We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aec5436 + 949d029 commit c57f8c8Copy full SHA for c57f8c8
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE])
54
EOF
55
- name: "Generate artifact attestation"
56
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
+ uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
57
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
58
with:
59
subject-path: _output/*
0 commit comments