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 @@ -177,14 +177,14 @@ jobs:
177177
178178 # TODO: uncomment when the action is working for non ghcr.io pushes. GH Issue: https://github.com/actions/attest-build-provenance/issues/80
179179 # - name: Generate build provenance attestation
180- # uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
180+ # uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
181181 # with:
182182 # subject-name: dexidp/dex
183183 # subject-digest: ${{ steps.build.outputs.digest }}
184184 # push-to-registry: true
185185
186186 - name : Generate build provenance attestation
187- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
187+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
188188 with :
189189 subject-name : ghcr.io/dexidp/dex
190190 subject-digest : ${{ steps.build.outputs.digest }}
You can’t perform that action at this time.
0 commit comments