From b30f614b1b89d2a45d39940cb4d2a7ea338a4841 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 14 Oct 2024 12:53:14 +0100 Subject: [PATCH] chore: don't apply to codeql --- .github/workflows/codeql.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d7438e85..f7fb2217 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -11,10 +11,7 @@ on: jobs: analyze: name: Analyze - strategy: - matrix: - os: [ubuntu-latest, windows-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest permissions: actions: read contents: read