From 91311067065304a0c72754f92da7ebff29c24480 Mon Sep 17 00:00:00 2001 From: Walter Perdan Date: Tue, 28 Jan 2025 17:24:10 +0100 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dd0785c..0690f92 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,12 +43,10 @@ jobs: fail-fast: false matrix: include: - - language: c-cpp - build-mode: none - language: javascript-typescript - build-mode: autobuild + build-mode: none - language: python - build-mode: autobuild + 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