From 4fb76bec413c19c6405d6150c237261ab959df25 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 9 Oct 2025 10:00:48 +0100 Subject: [PATCH] refactor: Remove matrix strategy for CodeQL analysis and set language directly --- .github/workflows/codeql-analysis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 32e85667aa..c030fe5ea3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -26,11 +26,6 @@ jobs: container: debian:trixie-slim timeout-minutes: 20 - strategy: - fail-fast: false - matrix: - language: ["cpp"] - steps: - name: Install container dependencies run: | @@ -48,7 +43,7 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: - languages: ${{ matrix.language }} + languages: cpp - name: Autobuild uses: github/codeql-action/autobuild@v3