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 f25f585 + 1121106 commit 33dd363Copy full SHA for 33dd363
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: build
40
run: echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV
41
42
- - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # pin@v2
+ - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # pin@v2
43
with:
44
subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
45
0 commit comments