From 96e906b70926c2aa166db841b487e0bb8d793fec Mon Sep 17 00:00:00 2001 From: elaguerta-nr <148913307+elaguerta-nr@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:17:37 -0700 Subject: [PATCH] Update codeql.yml Remove cpp and python --- .github/workflows/codeql.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3e469bd..a5c5784 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,12 +44,8 @@ jobs: fail-fast: false matrix: include: - - language: c-cpp - build-mode: none - language: javascript-typescript build-mode: none - - language: python - 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