From c291853a138e88412fe09cef1eb3797796fdff2a Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 24 Apr 2025 09:27:54 -0500 Subject: [PATCH] PYTHON-5348 Fix CodeQL Scanning for GitHub Actions (#332) --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 03f21f46..a7d0f497 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,6 @@ jobs: queries: security-extended config: | paths-ignore: - - '.github/**' - 'test/**' - shell: bash