From ed42b7b6fb4edeb68cf4e4786c1cab6b8dcc16a8 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Wed, 10 Jun 2026 09:11:09 +0200 Subject: [PATCH] update codeql to not run on only contributing docs PR's (#47155) I saw CodeQL being run on this PR https://github.com/fleetdm/fleet/pull/47154 But it only modified a .MD file inside the docs/Contributing path, we also only have MD files in there, so I think it's wasteful to run on those changes. ## Summary by CodeRabbit * **Chores** * Updated CI/CD workflow configuration to optimize pipeline efficiency by excluding documentation changes from code analysis triggers. --- .github/workflows/config/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/config/codeql.yml b/.github/workflows/config/codeql.yml index 9958e08263..53b4a66240 100644 --- a/.github/workflows/config/codeql.yml +++ b/.github/workflows/config/codeql.yml @@ -2,3 +2,4 @@ name: Fleet CodeQL paths-ignore: - website/assets/dependencies/ + - docs/Contributing/