Skip to content

Commit a0a1ddd

Browse files
chore(deps): update actions/attest-build-provenance action to v2.3.0
1 parent 6338776 commit a0a1ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-publish.yml

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

7272
# 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)."
7373
- name: Generate artifact attestation
74-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
74+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
7575
with:
7676
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7777
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)