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.
2 parents 12b245f + 7137820 commit c7a516bCopy full SHA for c7a516b
1 file changed
.github/workflows/conformance.yml
@@ -3,10 +3,11 @@ permissions:
3
contents: read
4
5
on:
6
+ schedule:
7
+ - cron: '0 14 * * 1,4' # work hours for nyc
8
push:
9
branches: [main]
10
pull_request: {}
- # TODO: add cron
11
12
jobs:
13
conformance:
@@ -54,7 +55,7 @@ jobs:
54
55
java-version: ${{ matrix.java-version }}
56
distribution: 'temurin'
57
- - uses: sigstore/sigstore-conformance@244638a7a138ae9f6106cfe2d44a698eccd3bef7 # v0.0.21
58
+ - uses: sigstore/sigstore-conformance@48320dc345b60e599a447a3d321b71b310c687bb # v0.0.23
59
with:
60
entrypoint: ${{ github.workspace }}/sigstore-cli/sigstore-cli-server
61
environment: ${{ matrix.sigstore-env }}
0 commit comments