Reducing the number of new builds significantly while keeping coverage
This commit is contained in:
parent
3b90db98f9
commit
2f4ca98eb6
2 changed files with 0 additions and 13 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -10,7 +10,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest,windows-latest,macos-latest]
|
||||
tools: [~, latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
|
@ -27,7 +26,6 @@ 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