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 3ded56e commit a6d3f67Copy full SHA for a6d3f67
.github/workflows/conformance.yml
@@ -26,7 +26,7 @@ jobs:
26
run: npm ci
27
- name: Build sigstore-js
28
run: npm run build
29
- - uses: sigstore/sigstore-conformance@2c7252ea71e5719372869e439ec872167b68341a
+ - uses: sigstore/sigstore-conformance@63fbf5b0118e007a907f2b44a4530bb45ce58eb3
30
with:
31
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
32
xfail: "test_verify_with_trust_root"
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
environment: staging
0 commit comments