Bump astral-sh/setup-uv from v7.4.0 to v8.0.0#19
Merged
vpetersson merged 1 commit intosbomify:masterfrom Mar 31, 2026
Merged
Conversation
v8.0.0 drops mutable major/minor version tags for supply chain security (same class of attack as tj-actions). Pin to immutable commit SHA cec208311dfd045dd5311c1add060b2062131d57.
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflows to use astral-sh/setup-uv v8.0.0 pinned to an immutable commit SHA, aligning with the action’s newer supply-chain hardening guidance.
Changes:
- Bump
astral-sh/setup-uvfrom v7.4.0 to v8.0.0 in CI and PyPI workflows. - Pin
astral-sh/setup-uvto commitcec208311dfd045dd5311c1add060b2062131d57(immutable) instead of mutable version tags.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/ci.yaml | Updates setup-uv action reference to the v8.0.0 pinned commit for CI runs. |
| .github/workflows/pypi.yaml | Updates setup-uv action reference to the v8.0.0 pinned commit for TestPyPI/PyPI publish workflows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vpetersson
approved these changes
Mar 30, 2026
vpetersson
approved these changes
Mar 31, 2026
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.
Summary
astral-sh/setup-uvfrom v7.4.0 to v8.0.0 across all workflows (ci.yaml, pypi.yaml)@v8,@v8.0) for supply chain securitycec208311dfd045dd5311c1add060b2062131d57Context
https://github.com/astral-sh/setup-uv/releases/tag/v8.0.0 — this addresses the same class of supply chain attack that affected tj-actions.