File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125
126126
127127 - name : " (all target): Generate artifact attestation"
128- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
128+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
129129 with :
130130 subject-name : ${{ env.DOCKER_IO_REGISTRY }}/${{ env.DOCKER_IO_IMAGE_NAME_ALL }}
131131 subject-digest : ${{ steps.build-and-push-all.outputs.digest }}
@@ -135,7 +135,7 @@ jobs:
135135
136136
137137 - name : " (slim target): Generate artifact attestation"
138- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
138+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
139139 with :
140140 subject-name : ${{ env.DOCKER_IO_REGISTRY }}/${{ env.DOCKER_IO_IMAGE_NAME_SLIM }}
141141 subject-digest : ${{ steps.build-and-push-slim.outputs.digest }}
You can’t perform that action at this time.
0 commit comments