Skip to content

Commit c03b7dd

Browse files
authored
Skip unneeded javascript check
1 parent 219bd11 commit c03b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
# Override automatic language detection by changing the below list
2525
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
26-
language: ['java', 'javascript']
26+
language: ['java']
2727
# Learn more...
2828
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
2929

0 commit comments

Comments
 (0)