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 8d90f65 commit 9592e80Copy full SHA for 9592e80
.github/workflows/conformance.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
+ pull_request_trigger:
8
workflow_dispatch:
9
10
jobs:
@@ -35,6 +35,6 @@ jobs:
35
- name: Unpack sigstore-java distribution
36
run: tar -xvf ${{ github.workspace }}/sigstore-conformance/build/distributions/sigstore-conformance-*.tar --strip-components 1
37
38
- - uses: trailofbits/sigstore-conformance@5570a249b6d84f6a04e195a0811704ebe2167e32
+ - uses: trailofbits/sigstore-conformance@0748d63c53810e36cc3f4bbe4114301080f0d844
39
with:
40
entrypoint: ${{ github.workspace }}/bin/sigstore-conformance
0 commit comments