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 1011f5f + 8e76e29 commit 9d79c59Copy full SHA for 9d79c59
.github/workflows/ci.yml
@@ -23,5 +23,6 @@ jobs:
23
only-latest-golang: false
24
os-dependencies: 'libpcsclite-dev'
25
run-codeql: true
26
+ run-govulncheck: false
27
test-command: 'V=1 make test'
28
secrets: inherit
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
ci:
11
- uses: smallstep/certificates/.github/workflows/ci.yml@master
+ uses: ./.github/workflows/ci.yml
12
13
14
create_release:
0 commit comments