From d1441b08b7290fa5b084c4f70b6260e8d4a3f1b8 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Thu, 9 Nov 2023 16:50:33 +0100 Subject: [PATCH] Disable CodeQL for Dependabot runs --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 93ae9aa7..da578d94 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,6 +13,7 @@ jobs: analyze: name: Analyze runs-on: ${{ matrix.runner }} + if: github.event_name == 'schedule' || github.actor != 'dependabot[bot]' permissions: actions: read contents: read