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.
1 parent c9b5bf3 commit b78e788Copy full SHA for b78e788
.github/workflows/cd.yaml
@@ -93,7 +93,7 @@ jobs:
93
shasum -a 512 blog-${{ env.RELEASE_VERSION }}.tar.gz > blog-${{ env.RELEASE_VERSION }}.tar.gz.sha512
94
95
- name: 📝 Attest release provenance
96
- uses: actions/attest-build-provenance@v2
+ uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
97
with:
98
subject-path: "${{ github.workspace }}/blog-${{ env.RELEASE_VERSION }}.tar.gz"
99
0 commit comments