Skip to content

Commit b2e9046

Browse files
authored
Merge pull request #1221 from fluxcd/dependabot/github_actions/ci-5eaca88b60
Bump the ci group across 1 directory with 3 updates
2 parents 68883e4 + 4653af4 commit b2e9046

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
buildkitd-flags: "--debug"
2626
- name: Build multi-arch container image
27-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
27+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
2828
with:
2929
push: false
3030
builder: ${{ steps.buildx.outputs.name }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
type=raw,value=${{ steps.prep.outputs.VERSION }}
6969
- name: Publish images
7070
id: build-push
71-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
71+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
7272
with:
7373
sbom: true
7474
provenance: true
@@ -92,7 +92,7 @@ jobs:
9292
mkdir -p config/release
9393
kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9494
kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95-
- uses: anchore/sbom-action/download-syft@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19.0
95+
- uses: anchore/sbom-action/download-syft@e11c554f704a0b820cbf8c51673f6945e0731532 # v0.20.0
9696
- name: Create release and SBOM
9797
id: run-goreleaser
9898
if: startsWith(github.ref, 'refs/tags/v')

.github/workflows/scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
**/go.sum
4040
**/go.mod
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
42+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
4343
with:
4444
languages: go
4545
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4646
# xref: https://codeql.github.com/codeql-query-help/go/
4747
queries: security-and-quality
4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
49+
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
51+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18

0 commit comments

Comments
 (0)