From c81f13880d6b5b10ece2dab03b8a1e060923dadf Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 2 Sep 2025 17:09:13 +0000 Subject: [PATCH] Revert "fix(ci): codeql fix (attempt 3)" This reverts commit 4145f207a928413d63b597ea1f61b435e876f4dd. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 656639c..83f33a7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'typescript' ] + language: [ 'javascript-typescript', 'actions' ] # 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