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'