Skip to content

Commit ec1c05a

Browse files
committed
Specify a single category
We run the same queries across all the OSes so we only need a single category
1 parent de327e8 commit ec1c05a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,5 @@ jobs:
9797
run: ${{steps.init.outputs.codeql-path}} version --format=json
9898
- name: Perform CodeQL Analysis
9999
uses: ./analyze
100+
with:
101+
category: "/language:javascript"

0 commit comments

Comments
 (0)