From 5e47b699f9b3802e2a8231e47ba0dd1881fdb9ae Mon Sep 17 00:00:00 2001 From: wangjingz Date: Thu, 21 Nov 2024 14:57:20 +0800 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 230d4ef..31ce767 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,8 +47,8 @@ jobs: fail-fast: false matrix: #include: - language: c-cpp - build-mode: manual + language: [c-cpp] + build-mode: [manual] # 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