Skip to content

Commit 623426b

Browse files
build(deps): bump the ci group with 5 updates
Bumps the ci group with 5 updates: | Package | From | To | | --- | --- | --- | | [fluxcd/pkg](https://github.com/fluxcd/pkg) | `1.22.0` | `1.23.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.5` | `4.31.2` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.20.6` | `0.20.9` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.10.0` | `4.0.0` | Updates `fluxcd/pkg` from 1.22.0 to 1.23.0 - [Commits](fluxcd/pkg@bf02f0a...413a95f) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `github/codeql-action` from 3.30.5 to 4.31.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3599b3b...0499de3) Updates `anchore/sbom-action` from 0.20.6 to 0.20.9 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@f8bdd1d...8e94d75) Updates `sigstore/cosign-installer` from 3.10.0 to 4.0.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@d7543c9...faadad0) --- updated-dependencies: - dependency-name: fluxcd/pkg dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: github/codeql-action dependency-version: 4.31.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: anchore/sbom-action dependency-version: 0.20.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 31287b9 commit 623426b

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/conformance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
9898
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
9999
- name: Setup Kustomize
100-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
100+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
101101
- name: Build
102102
run: make build-dev
103103
- name: Create repository
@@ -190,7 +190,7 @@ jobs:
190190
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
191191
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
192192
- name: Setup Kustomize
193-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
193+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
194194
- name: Build
195195
run: make build-dev
196196
- name: Create repository

.github/workflows/e2e-bootstrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
node_image: ghcr.io/fluxcd/kindest/node:v1.32.1-amd64
3636
kubectl_version: v1.32.0
3737
- name: Setup Kustomize
38-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
38+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
3939
- name: Setup yq
40-
uses: fluxcd/pkg/actions/yq@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
40+
uses: fluxcd/pkg/actions/yq@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
4141
- name: Build
4242
run: make build-dev
4343
- name: Set outputs

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.27.3/manifests/calico.yaml
4848
- name: Setup Kustomize
49-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
49+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
5050
- name: Run tests
5151
run: make test
5252
- name: Run e2e tests

.github/workflows/ossf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
repo_token: ${{ secrets.GITHUB_TOKEN }}
2929
publish_results: true
3030
- name: Upload artifact
31-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
31+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3232
with:
3333
name: SARIF file
3434
path: results.sarif
3535
retention-days: 5
3636
- name: Upload SARIF results
37-
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
37+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3838
with:
3939
sarif_file: results.sarif

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
id: buildx
3535
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3636
- name: Setup Syft
37-
uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
37+
uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
3838
- name: Setup Cosign
39-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
39+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
4040
with:
4141
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
4242
- name: Setup Kustomize
43-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
43+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
4444
- name: Login to GitHub Container Registry
4545
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
4646
with:
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
kustomize build manifests/crds > all-crds.yaml
6363
- name: Generate OpenAPI JSON schemas from CRDs
64-
uses: fluxcd/pkg/actions/crdjsonschema@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
64+
uses: fluxcd/pkg/actions/crdjsonschema@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
6565
with:
6666
crd: all-crds.yaml
6767
output: schemas
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105105
- name: Setup Kustomize
106-
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
106+
uses: fluxcd/pkg/actions/kustomize@413a95f34fd69e98b3f3d79f7283dc9d85df8e7c # main
107107
- name: Setup Flux CLI
108108
uses: ./action/
109109
with:
@@ -148,7 +148,7 @@ jobs:
148148
--path="./flux-system" \
149149
--source=${{ github.repositoryUrl }} \
150150
--revision="${{ github.ref_name }}@sha1:${{ github.sha }}"
151-
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
151+
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
152152
with:
153153
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
154154
- name: Sign manifests

0 commit comments

Comments
 (0)