From 9fbf40459abe131551f8128fc79ecbc791e2d962 Mon Sep 17 00:00:00 2001 From: Wim Jongman Date: Fri, 29 Nov 2024 11:32:10 +0100 Subject: [PATCH] Github CodeQL action fails, most likely because of old JDK --- .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 f1c952bc..97bda426 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'java-kotlin', 'python' ] + language: [ 'java-kotlin'] # 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