From a4f65ac5c1f1970b40082549739eb03008e2b33b Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 24 Apr 2025 06:17:04 -0500 Subject: [PATCH] PYTHON-5348 Fix CodeQL Scanning for GitHub Actions --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 20a905fda..e2b43d624 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -64,7 +64,6 @@ jobs: queries: security-extended config: | paths-ignore: - - '.github/**' - 'tests/**' - shell: bash