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 371f52b commit 15fce50Copy full SHA for 15fce50
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
44
45
- name: generate build provenance
46
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
+ uses: actions/attest-build-provenance@v3
47
with:
48
subject-path: "${{ github.workspace }}/pkg/*.gem"
49
0 commit comments