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 5d9f610 commit 93fa2daCopy full SHA for 93fa2da
.github/workflows/codeql.yml
@@ -42,7 +42,9 @@ jobs:
42
strategy:
43
fail-fast: false
44
matrix:
45
- $codeql-languages-matrix
+ include:
46
+ - language: python
47
+ build-mode: none
48
# CodeQL supports the following values keywords for 'language': $supported-codeql-languages
49
# Use `c-cpp` to analyze code written in C, C++ or both
50
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
0 commit comments