From fd3cf827a5f7e7c9c8abf1a8d5e38a451c28e52c Mon Sep 17 00:00:00 2001 From: Mark Szabo <3098994+mark-szabo@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:34:09 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 99ddccc..e545f58 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,12 +43,8 @@ jobs: fail-fast: false matrix: include: - - language: c-cpp - build-mode: autobuild - language: csharp build-mode: none - - language: java-kotlin - build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. - 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'