Skip to content

Commit 93fa2da

Browse files
authored
Update codeql.yml
1 parent 5d9f610 commit 93fa2da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
$codeql-languages-matrix
45+
include:
46+
- language: python
47+
build-mode: none
4648
# CodeQL supports the following values keywords for 'language': $supported-codeql-languages
4749
# Use `c-cpp` to analyze code written in C, C++ or both
4850
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)