Skip to content

Commit c517e26

Browse files
chore(deps): update actions/attest-build-provenance action to v2.4.0
1 parent 7e86758 commit c517e26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)