replace setup-uv with a pinned uv 0.11.7 install from official PyPI
keep setup-terraform unchanged because that job already succeeds
Evidence
From the actual nested job network:
pypi.org/simple/uv: HTTP 200
files.pythonhosted.org: HTTP 200
api.github.com: connection timeout
GitHub release latest URL: connection timeout
pinned uv installation from official PyPI: successful in the runner image
The job container is ephemeral, so the required PEP 668 override does not modify the runner or host.
Validation
yamllint .gitea/workflows/lint.yml
git diff --check
no Terraform state or plan files in the diff
## Summary
- remove the obsolete Tsinghua PyPI mirror setting
- replace setup-uv with a pinned uv 0.11.7 install from official PyPI
- keep setup-terraform unchanged because that job already succeeds
## Evidence
From the actual nested job network:
- pypi.org/simple/uv: HTTP 200
- files.pythonhosted.org: HTTP 200
- api.github.com: connection timeout
- GitHub release latest URL: connection timeout
- pinned uv installation from official PyPI: successful in the runner image
The job container is ephemeral, so the required PEP 668 override does not modify the runner or host.
## Validation
- yamllint .gitea/workflows/lint.yml
- git diff --check
- no Terraform state or plan files in the diff
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Evidence
From the actual nested job network:
The job container is ephemeral, so the required PEP 668 override does not modify the runner or host.
Validation