mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
Integration tests now both rely on pre-downloaded and latest codeql bundles
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user