From 10c04397762852461c6cbea35fc8453476b60851 Mon Sep 17 00:00:00 2001 From: pionere Date: Tue, 27 Aug 2024 08:49:03 +0200 Subject: [PATCH] t --- .github/workflows/code-ql.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index 4c2a742602af..80417392a541 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -36,9 +36,11 @@ jobs: fail-fast: false matrix: include: - - language: c-cpp (auto) + - name: c-cpp (auto) + language: c-cpp build-mode: autobuild - - language: c-cpp (manual) + - name: c-cpp (manual) + language: c-cpp build-mode: manual - language: java-kotlin build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.