Skip to content

Commit f0cd54a

Browse files
authored
Skip unneeded javascript check
Updated the CodeQL analysis workflow to only include Java.
1 parent acf8f11 commit f0cd54a

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)