Skip to content

Commit 60cc769

Browse files
Merge pull request #3878 from dexidp/dependabot/github_actions/actions/attest-build-provenance-2.1.0
build(deps): bump actions/attest-build-provenance from 1.4.3 to 2.1.0
2 parents d414d28 + 70c2620 commit 60cc769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ jobs:
178178

179179
# TODO: uncomment when the action is working for non ghcr.io pushes. GH Issue: https://github.com/actions/attest-build-provenance/issues/80
180180
# - name: Generate build provenance attestation
181-
# uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
181+
# uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
182182
# with:
183183
# subject-name: dexidp/dex
184184
# subject-digest: ${{ steps.build.outputs.digest }}
185185
# push-to-registry: true
186186

187187
- name: Generate build provenance attestation
188-
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
188+
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
189189
with:
190190
subject-name: ghcr.io/dexidp/dex
191191
subject-digest: ${{ steps.build.outputs.digest }}

0 commit comments

Comments
 (0)