From 46c6de97859f61985fd0dbd7e0c2c4f0978e59e1 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 3 Sep 2025 11:33:11 +0300 Subject: [PATCH] fix(ci): disable autobuild for codeql --- .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 c83d2a3..9821e00 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,7 +46,7 @@ jobs: - language: actions build-mode: none - language: csharp - build-mode: autobuild + build-mode: none # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', '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