From de6990381b9658f73fbf65f78f0c66db89db275b Mon Sep 17 00:00:00 2001 From: nicolaasuni-vonage Date: Mon, 11 Mar 2024 12:12:31 +0000 Subject: [PATCH] CodeQL is not able to analyze the C code --- .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 e242cf0..272e64e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'c-cpp', 'go', 'java-kotlin', 'javascript-typescript', 'python' ] + language: [ 'go', 'java-kotlin', 'javascript-typescript', 'python' ] # 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