Skip to content

Commit 5d7f316

Browse files
authored
chore: fix codeql ignore js but do python (#299)
1 parent 1a5417f commit 5d7f316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ env:
88
# Temurin JDK version to use for autobuild (only when java-buildmode is set to autobuild)
99
java-version: 21
1010
# Whether to analyze JavaScript/TypeScript/Vue code or not (only set to true if repo has Javascript/Typescript/Vue source code)
11-
analyze-javascript-typescript-vue: true
11+
analyze-javascript-typescript-vue: false
1212
# Whether to analyze Python code or not (only set to true if repo has Python source code)
13-
analyze-python: false
13+
analyze-python: true
1414
# Query set to use when analyzing the source code (e.g. default, security-extended, security-and-quality)
1515
analysis-query: security-and-quality
1616

0 commit comments

Comments
 (0)