Skip to content

Commit 3e5a53d

Browse files
chore(ci): Update actions/attest-build-provenance action to v3.1.0 (#5195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 20ccb7a commit 3e5a53d

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
@@ -202,7 +202,7 @@ jobs:
202202
echo "dist ran successfully"
203203
- name: Attest Builds
204204
id: attest
205-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
205+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
206206
with:
207207
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}"
208208
- run: cp ${{ steps.attest.outputs.bundle-path }} target/distrib/attestations-${{ join(matrix.targets, ', ') }}.intoto.jsonl

0 commit comments

Comments
 (0)