We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2164ac + c00653c commit c929805Copy full SHA for c929805
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
Release manager: [ADD YOUR NAME HERE] (@[ADD YOUR GITHUB ID HERE])
57
EOF
58
- name: "Generate artifact attestation"
59
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
60
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
61
with:
62
subject-path: _output/*
0 commit comments