diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 30cbf6e36..b574d14d0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - language: ["javascript"] + language: ["javascript", "python"] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', # 'python', 'ruby', 'swift' ] # Use only 'java' to analyze code written in Java, Kotlin or both