Specify a single category
We run the same queries across all the OSes so we only need a single category
This commit is contained in:
parent
de327e8f55
commit
ec1c05a15f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -97,3 +97,5 @@ jobs:
|
|||
run: ${{steps.init.outputs.codeql-path}} version --format=json
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: ./analyze
|
||||
with:
|
||||
category: "/language:javascript"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue