Skip to content

Commit deb0f0f

Browse files
committed
GH Actions: Do not scan JavaScript files in CodeQL
1 parent 54f95c6 commit deb0f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
language: [ 'cpp', 'python', 'javascript' ]
24+
language: [ 'cpp', 'python' ]
2525
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
2626
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
2727

0 commit comments

Comments
 (0)