From f82a1def40ebb1c05e6b8e2189cad51649692a94 Mon Sep 17 00:00:00 2001 From: Rashidi Zin Date: Tue, 28 Apr 2026 08:18:51 +0800 Subject: [PATCH] Restore JavaScript/TypeScript to CodeQL analysis matrix --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e4387f3d..bdf102b0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -52,6 +52,8 @@ jobs: include: - language: java-kotlin build-mode: autobuild # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. + - language: javascript-typescript + build-mode: none # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', '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