From bce0fa7b273f185f5908dbefca72edeec59f768a Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 15 Sep 2025 14:45:40 +0100 Subject: [PATCH] Remove build mode from matrix --- .github/workflows/codeql.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d254df607..e966320e9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -117,9 +117,7 @@ jobs: matrix: include: - language: actions - build-mode: none - language: python - build-mode: none permissions: contents: read @@ -132,7 +130,7 @@ jobs: uses: ./init with: languages: ${{ matrix.language }} - build-mode: ${{ matrix.build-mode }} + build-mode: none config: > paths-ignore: - lib