We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5872667 + cc0833c commit 0b8fbb3Copy full SHA for 0b8fbb3
.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@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # pin@v2
+ - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # pin@v2
43
with:
44
subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
45
0 commit comments