Skip to content

Commit 25cf4a9

Browse files
chore(deps): update actions/attest-build-provenance action to v3
1 parent 5323f31 commit 25cf4a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
152152
echo "dist ran successfully"
153153
- name: Attest
154-
uses: actions/attest-build-provenance@v2
154+
uses: actions/attest-build-provenance@v3
155155
with:
156156
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*"
157157
- id: cargo-dist

0 commit comments

Comments
 (0)