chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.0 - #701
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 9.0.0 to 10.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@c771a70...ae62891) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Completed Working on "Code Review"✅ Code review complete. No issues found - all changes look good! ✅ ✅ Workflow completed successfully. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
|
Superseded by #711, which combines the passing Dependabot updates into one PR. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Completed Working on "Code Review"✅ Review publishing completed successfully. Review submitted: COMMENT. Total comments: 1 across 1 files. ✅ Workflow completed successfully. |
|
🚅 Deployed to the QueryWeaver-pr-701 environment in queryweaver
|
…sh/setup-uv-10.0.0
There was a problem hiding this comment.
Summary of review findings:
- Total by importance: 1 MAJOR (0 BLOCKER, 0 CRITICAL, 0 MINOR, 0 SUGGESTION, 0 PRAISE)
- Affected files:
.github/workflows/tests.yml
Key theme:
- CI reproducibility risk from non-deterministic tool versioning (
uvset tolatestin one job), which can cause workflow drift and intermittent failures.
Actionable next step:
- Pin
uvto a fixed version in the remaining job (ideally aligned with the other test job), and keep upgrades explicit via dependency PRs.
|
|
||
| - name: Install uv | ||
| uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 | ||
| uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 |
There was a problem hiding this comment.
[major]: This upgrade keeps version: "latest" in one test job, which can make CI behavior drift independently of this pinned action SHA and cause sporadic failures/perf regressions after upstream uv releases. Pinning uv to a concrete version (as done in the other test job) preserves reproducibility and makes breakages attributable.
…sh/setup-uv-10.0.0
Bumps astral-sh/setup-uv from 9.0.0 to 10.0.0.
Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
ae62891chore(deps): roll up Dependabot updates (#1013)f9cdb47Reject paths in .tool-versions (#1007)4f6036fRequire pull requests for Dependabot rollups (#1005)8d6402cchore(deps): roll up Dependabot updates (#1004)46f427bRead Python version from .tool-versions (#996)8ed89c5ci: pin Alpine container image (#995)8473c7fchore(deps): roll up Dependabot updates (#994)18d451dAdd latest-known version selector (#993)f451684Disable automatic caching for sensitive events (#992)b68407cchore: update known checksums for 0.12.3 (#991)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)