From a327f1adaa169acf4953f8d32e1f24e204def431 Mon Sep 17 00:00:00 2001 From: webjoin111 <455457521@qq.com> Date: Wed, 26 Nov 2025 10:07:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(codeql):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E5=AF=B9=20JavaScript=20=E5=92=8C=20TypeScript=20?= =?UTF-8?q?=E7=9A=84=E5=88=86=E6=9E=90=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index df117731..998571b0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,12 +45,9 @@ jobs: include: - language: python build-mode: none - - 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 - # Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both # To learn more about changing the languages that are analyzed or customizing the build mode for your analysis, # see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning. # If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how