Skip to content

Commit 1799afd

Browse files
chore(deps): update actions/attest-build-provenance action to v3
1 parent 4e259a0 commit 1799afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Generate artifact attestation
126126
if: github.event_name != 'pull_request' || env.PUSH_FROM_PR == 'true'
127-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
127+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
128128
with:
129129
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
130130
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)