Skip to content

Commit ccc8a5d

Browse files
chore(deps): update actions/attest-build-provenance action to v3.1.0 (#1581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 864b7bf commit ccc8a5d

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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
74+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
7575
with:
7676
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7777
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)