ci: pin all GitHub Actions to SHA hashes and update versions (#1681)
Some checks failed
CI / Perform Lint Checks (3.13) (push) Has been cancelled
CI / Python 3.11 on macos-latest (push) Has been cancelled
CI / Python 3.12 on macos-latest (push) Has been cancelled
CI / Python 3.13 on macos-latest (push) Has been cancelled
CI / Python 3.11 on ubuntu-latest (push) Has been cancelled
CI / Python 3.12 on ubuntu-latest (push) Has been cancelled
CI / Python 3.13 on ubuntu-latest (push) Has been cancelled
CI / Python 3.11 on windows-latest (push) Has been cancelled
CI / Python 3.12 on windows-latest (push) Has been cancelled
CI / Python 3.13 on windows-latest (push) Has been cancelled
CodeQL Checks / Analyze (python) (push) Has been cancelled
Stale / stale (push) Has been cancelled

Update action versions and pin to full SHA commit hashes.
Windows build parallelization is disabled to avoid hung CI.
This commit is contained in:
ZeliardM
2026-07-06 17:27:19 -04:00
committed by GitHub
parent 2efdb7b41d
commit 531be8437a
7 changed files with 52 additions and 33 deletions

View File

@@ -62,6 +62,7 @@ dev-dependencies = [
"pytest-xdist>=3.6.1",
"pytest-socket>=0.7.0",
"ruff>=0.9.0",
"uv>=0.11.26",
]