From c34011672437b71b303d75f981f46592fa528125 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sun, 19 May 2024 14:46:35 -0400 Subject: [PATCH] [GHA] Add missing language to codeql --- .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 d06d569..504023d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ ] + 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