Skip to content

Commit d9b85e3

Browse files
chore(deps): update actions/attest-build-provenance action to v3
1 parent 3966cba commit d9b85e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see [AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
6060
- name: Generate artifact attestation
61-
uses: actions/attest-build-provenance@v2
61+
uses: actions/attest-build-provenance@v3
6262
with:
6363
subject-name: ${{ env.REGISTRY_IMAGE }}
6464
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)