Pin uv to version 0.9.28 to mitigate supply-chain risk

Co-authored-by: bandrel <3598052+bandrel@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 04:30:05 +00:00
co-authored by bandrel
parent 9a7500796f
commit 54bd5b3c37
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y p7zip-full transmission-cli
- name: Install uv
run: python -m pip install --upgrade pip uv pytest
run: python -m pip install --upgrade pip uv==0.9.28 pytest
- name: Install project dependencies
run: uv pip install .