Fix ubuntu 3.9 test workflow by allowing release-assets.githubusercontent.com#905
Merged
tomwillis608 merged 2 commits intodependabot/pip/dot-github/workflows/uv-gte-0.5-and-lt-0.11from Feb 9, 2026
Conversation
tomwillis608
approved these changes
Feb 9, 2026
Co-authored-by: tomwillis608 <15950648+tomwillis608@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update uv requirement in workflows
Fix ubuntu 3.9 test workflow by allowing release-assets.githubusercontent.com
Feb 9, 2026
tomwillis608
approved these changes
Feb 9, 2026
2b233a4
into
dependabot/pip/dot-github/workflows/uv-gte-0.5-and-lt-0.11
10 of 11 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Python 3.9 test job was failing with DNS resolution errors when
actions/setup-pythonattempted to download Python 3.9.25 fromrelease-assets.githubusercontent.com.Changes
release-assets.githubusercontent.com:443to theharden-runnerallowed endpoints in.github/workflows/tests.ymlThe harden-runner's egress policy blocks all network access except explicitly allowed endpoints. Python version downloads require access to GitHub's release assets CDN.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.