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
+43-63Lines changed: 43 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -25,70 +25,50 @@ jobs:
25
25
fail-fast: false
26
26
matrix:
27
27
include:
28
-
- language: actions
29
-
build-mode: none
30
-
- language: c-cpp
31
-
build-mode: manual
32
-
- language: rust
33
-
build-mode: none
34
-
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
35
-
# Use `c-cpp` to analyze code written in C, C++ or both
36
-
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
37
-
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
38
-
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
39
-
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
40
-
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
41
-
# 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
28
+
- language: actions
29
+
build-mode: none
30
+
- language: c-cpp
31
+
build-mode: manual
32
+
- language: rust
33
+
build-mode: none
42
34
steps:
43
-
- name: Checkout repository
44
-
uses: actions/checkout@v4
35
+
- name: Checkout repository
36
+
uses: actions/checkout@v4
45
37
46
-
# Add any setup steps before running the `github/codeql-action/init` action.
47
-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
48
-
# or others). This is typically only required for manual builds.
0 commit comments