You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+6-26Lines changed: 6 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -31,20 +31,9 @@ jobs:
31
31
fail-fast: false
32
32
matrix:
33
33
include:
34
-
- language: actions
35
-
build-mode: none
36
34
- language: java
37
35
build-mode: manual # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
38
-
- language: javascript-typescript
39
-
build-mode: autobuild
40
-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
41
-
# Use `c-cpp` to analyze code written in C, C++ or both
42
-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
43
-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
44
-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
45
-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
46
-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
47
-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
142
-
# Use `c-cpp` to analyze code written in C, C++ or both
143
-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
144
-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
145
-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
146
-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
147
-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
148
-
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
128
+
149
129
steps:
150
130
- name: Checkout repository
151
131
uses: actions/checkout@v4
@@ -165,10 +145,10 @@ jobs:
165
145
- name: Mustache Specs
166
146
run: |
167
147
git submodule update --init --recursive
168
-
- name: Set up JDK ${{ matrix.javascript_version }}
0 commit comments