From 0f181d9e17e24114916eda8f6ac3e80bd3e0030f Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 29 Oct 2025 07:42:25 -0500 Subject: [PATCH] PYTHON-5633 Fix codeql scan targets --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 74af62f..fc6462f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,10 +29,10 @@ jobs: fail-fast: false matrix: include: + # Note: we do NOT include python because this is a pure C extension.exclude: + # See PYTHON-5633. - language: c-cpp build-mode: manual - - language: python - build-mode: none - language: actions build-mode: none steps: