Skip to content

Commit a3e46c0

Browse files
chore(deps): bump actions/attest-build-provenance from 2.2.0 to 2.2.2 (#68)
1 parent 3f9eba7 commit a3e46c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

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

5454
# 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)."
5555
- name: Generate artifact attestation
56-
uses: actions/[email protected].0
56+
uses: actions/[email protected].2
5757
with:
5858
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
5959
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)