Skip to content

Commit 8216f00

Browse files
authored
Merge pull request #428 from fluxcd/dependabot/github_actions/ci-94766044f6
build(deps): bump the ci group with 2 updates
2 parents 22a7de0 + 1db4ccd commit 8216f00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
id-token: write # for creating OIDC tokens for signing.
124124
contents: write # for uploading attestations to GitHub releases.
125125
if: startsWith(github.ref, 'refs/tags/v')
126-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.7.0
126+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.8.0
127127
with:
128128
provenance-name: "provenance.intoto.jsonl"
129129
base64-subjects: "${{ needs.release.outputs.hashes }}"
@@ -136,7 +136,7 @@ jobs:
136136
id-token: write # for creating OIDC tokens for signing.
137137
packages: write # for uploading attestations.
138138
if: startsWith(github.ref, 'refs/tags/v')
139-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.7.0
139+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.8.0
140140
with:
141141
image: ${{ needs.release.outputs.image_url }}
142142
digest: ${{ needs.release.outputs.image_digest }}
@@ -151,7 +151,7 @@ jobs:
151151
id-token: write # for creating OIDC tokens for signing.
152152
packages: write # for uploading attestations.
153153
if: startsWith(github.ref, 'refs/tags/v')
154-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.7.0
154+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.8.0
155155
with:
156156
image: ghcr.io/${{ needs.release.outputs.image_url }}
157157
digest: ${{ needs.release.outputs.image_digest }}

.github/workflows/scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
**/go.sum
4141
**/go.mod
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
43+
uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
4444
with:
4545
languages: go
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
47+
uses: github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
4848
- name: Perform CodeQL Analysis
49-
uses: github/codeql-action/analyze@489225d82a57396c6f426a40e66d461b16b3461d # v2.20.4
49+
uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2

0 commit comments

Comments
 (0)