From 1688310e0495b63b4c86aadb3e0a6fe35443f1fa Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 6 Feb 2025 21:05:39 +0100 Subject: [PATCH] Update codeql.yml removed python --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4d302e643b..384a4f691c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,8 +45,6 @@ jobs: # The following entry uses "javascript-typescript" to analyze both JavaScript and TypeScript. - language: javascript-typescript build-mode: none - - language: python - build-mode: none # CodeQL supports the following values for the 'language' key: # 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # For compiled languages, you can adjust the 'build-mode' (for example, to "manual") if needed.