We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ccb7a commit 3e5a53dCopy full SHA for 3e5a53d
.github/workflows/release.yml
@@ -202,7 +202,7 @@ jobs:
202
echo "dist ran successfully"
203
- name: Attest Builds
204
id: attest
205
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
+ uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
206
with:
207
subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}"
208
- run: cp ${{ steps.attest.outputs.bundle-path }} target/distrib/attestations-${{ join(matrix.targets, ', ') }}.intoto.jsonl
0 commit comments