From 7ab2a9c635a4602956d72b84e2c3888f551b6f51 Mon Sep 17 00:00:00 2001 From: Nikhil Rajput Date: Thu, 13 Jun 2024 12:27:53 +0530 Subject: [PATCH] Documentation Updates & Bug Fixes --- .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 d4bf711..84bf849 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: matrix: include: - language: c-cpp - build-mode: manual + build-mode: none # 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