From 05e7f942469661ea0d145e4b3c77c67512430c6d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 24 Apr 2025 09:28:10 -0500 Subject: [PATCH] PYTHON-5348 Fix CodeQL Scanning for GitHub Actions (#2308) (cherry picked from commit dae4f7f1590c333acb52c2af73205f4287367596) --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bb2418cf89..98cfa2f43f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -54,7 +54,6 @@ jobs: queries: security-extended config: | paths-ignore: - - '.github/**' - 'doc/**' - 'tools/**' - 'test/**'