We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5417f commit 5d7f316Copy full SHA for 5d7f316
.github/workflows/codeql.yml
@@ -8,9 +8,9 @@ env:
8
# Temurin JDK version to use for autobuild (only when java-buildmode is set to autobuild)
9
java-version: 21
10
# 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
+ analyze-javascript-typescript-vue: false
12
# Whether to analyze Python code or not (only set to true if repo has Python source code)
13
- analyze-python: false
+ analyze-python: true
14
# Query set to use when analyzing the source code (e.g. default, security-extended, security-and-quality)
15
analysis-query: security-and-quality
16
0 commit comments