diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a370634..79f7a8f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,6 +43,10 @@ jobs: fail-fast: false matrix: include: + # Analyze JavaScript/TypeScript code in this HTML/JavaScript project + # Using 'none' build-mode since no compilation is required + - language: javascript-typescript + build-mode: none # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both