From 272915a24d91838290e58c4ef9bf810594f59790 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Fri, 9 Jun 2023 14:37:13 -0500 Subject: [PATCH] chore: don't do codeql scanning on push for dependabot branches (#511) * ignore codeql for dependabot branches * Update .github/workflows/codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 78e7ba08..060612be 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,10 @@ name: "CodeQL" on: push: branches: [ main ] + branches-ignore: "dependabot/**" pull_request: + paths-ignore: + - '**.md' # The branches below must be a subset of the branches above branches: [ main ] schedule: