From b5e7686f6eb0f63c4b1fa43922cd2e06ef451259 Mon Sep 17 00:00:00 2001 From: feywind <57276408+feywind@users.noreply.github.com> Date: Tue, 26 May 2026 17:17:40 -0400 Subject: [PATCH] build: don't try to do CodeQL python on the repo meta files --- .github/workflows/codeql-repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-repo.yml b/.github/workflows/codeql-repo.yml index de35ba606f26..49dd60890e86 100644 --- a/.github/workflows/codeql-repo.yml +++ b/.github/workflows/codeql-repo.yml @@ -35,8 +35,8 @@ jobs: build-mode: none - language: javascript-typescript build-mode: none - - language: python - build-mode: none + #- language: python + # 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