[action] updated goCI workflow API (#1429)

This commit is contained in:
Max 2023-06-13 11:13:42 -07:00 committed by GitHub
parent 56a2a17ff8
commit 67d32685c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ jobs:
ci: ci:
uses: smallstep/workflows/.github/workflows/goCI.yml@main uses: smallstep/workflows/.github/workflows/goCI.yml@main
with: with:
os-dependencies: "libpcsclite-dev" only-latest-golang: false
run-gitleaks: true os-dependencies: 'libpcsclite-dev'
run-codeql: true run-codeql: true
make-test: true # run `make test` instead of the default test workflow test-command: 'V=1 make test'
secrets: inherit secrets: inherit