From 3b736398bcc03c203efea9575829e7745819f6ff Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 5 Dec 2024 17:48:47 -0600 Subject: [PATCH] added codeql to actions--update6 --- .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 8aa979c..dce3248 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: matrix: include: - language: c-cpp - build-mode: autobuild + 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