From 9d7881a6d8b4d961df5b0b223eafcee0679786c9 Mon Sep 17 00:00:00 2001 From: Yangxl88 <75238236+Yangxl88@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:13:16 +0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d48f33..ae05893 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,9 +42,10 @@ jobs: strategy: fail-fast: false matrix: + language: ['java-kotlin'] include: - language: java-kotlin - build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. + build-mode: autobuild # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too. # 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