From f9d85aa7f92f36f6a086fe2260b30220fe270942 Mon Sep 17 00:00:00 2001 From: utelle Date: Tue, 18 Jun 2024 09:06:20 +0200 Subject: [PATCH] Adjust CodeQL workflow --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0cffca99..93066c3e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -85,7 +85,7 @@ 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 build_ext --inplace --force - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3