Replace astral-sh/setup-uv action with astral-sh/setup-uv v8 - autoclosed#101
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
Replace astral-sh/setup-uv action with astral-sh/setup-uv v8 - autoclosed#101renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 35df2af. Configure here.
|
|
||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@v7 | ||
| uses: astral-sh/setup-uv@v8 |
There was a problem hiding this comment.
setup-uv @v8 tag does not exist, workflows will fail
High Severity
astral-sh/setup-uv v8 stopped publishing major and minor version tags (@v8, @v8.0) as a security measure. Only the full immutable version tag @v8.0.0 (or a pinned commit hash) works. Using @v8 will cause all three workflows (CI, lint, publish) to fail because the tag simply doesn't exist. This is confirmed by issue #830.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 35df2af. Configure here.
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.


This PR contains the following updates:
v7→v8This is a special PR that replaces
astral-sh/setup-uvwith the community suggested minimal stable replacement version.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Low risk: this only updates the GitHub Action used to install
uvin CI/lint/publish workflows, with no product code changes. Main risk is CI/publish behavior changing ifsetup-uv@v8differs fromv7.Overview
Updates the GitHub Actions workflows (
ci.yml,lint.yaml,pypi-publish.yaml) to useastral-sh/setup-uv@v8instead ofv7for installinguvbefore syncing dependencies, running tests/lints, and publishing to PyPI.Reviewed by Cursor Bugbot for commit 35df2af. Bugbot is set up for automated code reviews on this repo. Configure here.