We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5c0a96 + d789afb commit 1abc893Copy full SHA for 1abc893
1 file changed
.github/workflows/release.yml
@@ -48,14 +48,14 @@ jobs:
48
done
49
50
- name: Attest build provenance
51
- uses: actions/attest@v3
+ uses: actions/attest@v4
52
with:
53
subject-path: build/${{ env.NAME }}
54
predicate-type: https://slsa.dev/provenance/v0.2
55
predicate-path: build/${{ env.NAME }}.provenance.json
56
57
- name: Attest SBOM
58
59
60
61
predicate-type: https://spdx.dev/Document
0 commit comments