We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82e5f commit 767889bCopy full SHA for 767889b
.github/workflows/conformance.yml
@@ -22,6 +22,6 @@ jobs:
22
run: npm ci
23
- name: Build sigstore-js
24
run: npm run build
25
- - uses: sigstore/sigstore-conformance@954233f9a4ea6d0b355626b283b4f837f465e4ec # v0.0.5
+ - uses: sigstore/sigstore-conformance@1abc82cdefe80bd907855d8447f903ba8b4918e0 # v0.0.6
26
with:
27
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
0 commit comments