Skip to content

Commit 4145cec

Browse files
authored
PYTHON-5633 Fix codeql scan targets (#124)
1 parent 9b9540a commit 4145cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
include:
32+
# Note: we do NOT include python because this is a pure C extension.exclude:
33+
# See PYTHON-5633.
3234
- language: c-cpp
3335
build-mode: manual
34-
- language: python
35-
build-mode: none
3636
- language: actions
3737
build-mode: none
3838
steps:

0 commit comments

Comments
 (0)