From 3be2da50b8e710eca4a7939aa056d5793542c211 Mon Sep 17 00:00:00 2001 From: William Allen Date: Fri, 29 Dec 2023 12:10:32 -0600 Subject: [PATCH] Remove java/kotkin from codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f5dacef5b4c..10f1f48c747 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'c-cpp', 'python', 'javascript-typescript', 'java-kotlin' ] + language: [ 'c-cpp', 'python', 'javascript-typescript' ] # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both