File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments