From 559b64b5adca3b6eb8f09ba9ee0e0d43152a8ac5 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Fri, 9 Jun 2023 14:29:29 -0500 Subject: [PATCH 1/2] ignore codeql for dependabot branches --- .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 78e7ba08..a5083a24 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,6 +14,7 @@ name: "CodeQL" on: push: branches: [ main ] + branches-ignore: "dependabot/**" pull_request: # The branches below must be a subset of the branches above branches: [ main ] From f9abad0b20c923f1b0c0afaa1cca019d21e1c183 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Fri, 9 Jun 2023 14:30:49 -0500 Subject: [PATCH 2/2] Update .github/workflows/codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a5083a24..060612be 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,6 +16,8 @@ on: branches: [ main ] branches-ignore: "dependabot/**" pull_request: + paths-ignore: + - '**.md' # The branches below must be a subset of the branches above branches: [ main ] schedule: