chore(deps): Bump astral-sh/setup-uv from 3.2.4 to 9.0.0 - #15
chore(deps): Bump astral-sh/setup-uv from 3.2.4 to 9.0.0#15dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3.2.4 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@caf0cab...c771a70) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
📝 WalkthroughWalkthroughThe CI, release, and upstream synchronization workflows update their pinned ChangesCI tooling updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates GitHub Actions workflows to use a newer pinned revision of astral-sh/setup-uv across automation pipelines.
Changes:
- Bumped
astral-sh/setup-uvfrom the previously pinned v3 revision to a newer pinned revision labeled v9.0.0 in all relevant workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/sync-upstream.yml | Updates the pinned setup-uv action revision used by the upstream sync job. |
| .github/workflows/release.yml | Updates the pinned setup-uv action revision used by the release job (with caching inputs unchanged). |
| .github/workflows/ci.yml | Updates the pinned setup-uv action revision used by CI jobs (with caching inputs unchanged). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🛡️ Sentinel PR review3 file(s) changed · 2 introduced by this diff (secrets+SAST) · dependencies unchanged — SCA/CVE not re-scanned. Advisory — the fail-closed gate is the post-merge pentest. Findings — ranked by criticality
Scan summary
|
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.github/workflows/ci.yml (1)
27-27: 🚀 Performance & Scalability | 🔵 Trivial | ⚡ Quick winPreserve cache-pruning behavior explicitly.
setup-uv v3 defaulted
prune-cachetotrue; v9 defaults it tofalse. Without an explicit setting, these workflows can retain unused uv artifacts, increasing cache size and upload/restore cost. (raw.githubusercontent.com)
.github/workflows/ci.yml#L27-L27: addprune-cache: true..github/workflows/ci.yml#L62-L62: addprune-cache: true..github/workflows/release.yml#L22-L22: addprune-cache: true..github/workflows/sync-upstream.yml#L57-L57: addprune-cache: true, or disable caching for this workflow.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In @.github/workflows/ci.yml at line 27, Add explicit prune-cache: true to each setup-uv invocation at .github/workflows/ci.yml lines 27 and 62, .github/workflows/release.yml line 22, and .github/workflows/sync-upstream.yml line 57; retain caching in sync-upstream.yml unless choosing to disable it instead.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In @.github/workflows/ci.yml:
- Line 27: Add explicit prune-cache: true to each setup-uv invocation at
.github/workflows/ci.yml lines 27 and 62, .github/workflows/release.yml line 22,
and .github/workflows/sync-upstream.yml line 57; retain caching in
sync-upstream.yml unless choosing to disable it instead.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 1fe901b2-d3b3-4f7d-aaea-888b88f72202
📒 Files selected for processing (3)
.github/workflows/ci.yml.github/workflows/release.yml.github/workflows/sync-upstream.yml
|
Superseded by #19. |
Bumps astral-sh/setup-uv from 3.2.4 to 9.0.0.
Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
c771a70chore(deps): roll up Dependabot updates (#970)2f537cachore: update known checksums for 0.11.30 (#968)2269552Speed up version client by partial response reads (#807)47a7f4fChangeprune-cachedefault tofalse(#967)71966efchore(deps): roll up Dependabot updates (#962)f12b1f0fix: fall back to distribution ID when os-release has no version field (#961)ecd24ddchore: update known checksums for 0.11.29 (#960)6a19136docs: update version references to v8.3.2 (#949)11f9893chore: roll up Dependabot updates (#948)f798556docs: update version references to v8.3.1 (#946)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)Summary by CodeRabbit