From dfc09ed287fe3ff0262bda10b49413223056cd67 Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Tue, 19 Nov 2024 11:43:33 -0300 Subject: [PATCH] [BUGFIX] CodeQL suggestion: set "build-mode" to "autobuild". --- .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 35b2b4b..4205cef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: matrix: include: - language: csharp - build-mode: none + build-mode: autobuild # yamllint disable rule:line-length # 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