Skip to content

Commit 124d003

Browse files
authored
ci: codeql.yml should not scan javascript since we have none
1 parent 20aca7a commit 124d003

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
language: [ 'javascript', 'python' ]
32+
language: [ 'python' ]
3333
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3434
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3535

0 commit comments

Comments
 (0)