From 4145f207a928413d63b597ea1f61b435e876f4dd Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 1 Sep 2025 20:01:17 +0000 Subject: [PATCH] fix(ci): codeql fix (attempt 3) --- .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 b7a940e..5345def 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript-typescript', 'actions' ] + language: [ 'typescript' ] # 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