Skip to content

Commit

Permalink
Include all extension code in analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Nov 25, 2024
1 parent 68679c1 commit 9c06d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
sudo apt install python3 python3-dev python3-venv python3-pip
python3 -m venv .venv
.venv/bin/python3 -m pip install setuptools
.venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force
.venv/bin/python3 setup.py fetch --sqlite --all build_ext --inplace --force --enable-all-extensions
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 9c06d61

Please sign in to comment.