Integration tests now both rely on pre-downloaded and latest codeql bundles
This commit is contained in:
parent
41464b1396
commit
3b90db98f9
2 changed files with 15 additions and 0 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest,windows-latest,macos-latest]
|
||||
tools: [~, latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
@ -26,6 +27,7 @@ jobs:
|
|||
|
||||
- uses: ./init
|
||||
with:
|
||||
tools: ${{ matrix.tools }}
|
||||
languages: javascript
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
- uses: ./analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue