Skip to content

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
copilot/sub-pr-903
Feb 9, 2026
Merged

Fix ubuntu 3.9 test workflow by allowing release-assets.githubusercontent.com#905
tomwillis608 merged 2 commits intodependabot/pip/dot-github/workflows/uv-gte-0.5-and-lt-0.11from
copilot/sub-pr-903

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 9, 2026

The Python 3.9 test job was failing with DNS resolution errors when actions/setup-python attempted to download Python 3.9.25 from release-assets.githubusercontent.com.

Changes

  • Added release-assets.githubusercontent.com:443 to the harden-runner allowed endpoints in .github/workflows/tests.yml

The 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.

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
Copilot AI requested a review from tomwillis608 February 9, 2026 15:47
@tomwillis608 tomwillis608 marked this pull request as ready for review February 9, 2026 21:27
@tomwillis608 tomwillis608 merged commit 2b233a4 into dependabot/pip/dot-github/workflows/uv-gte-0.5-and-lt-0.11 Feb 9, 2026
10 of 11 checks passed
@tomwillis608 tomwillis608 deleted the copilot/sub-pr-903 branch February 9, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants