Skip to content

chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.0 - #701

Merged
Naseem77 merged 3 commits into
stagingfrom
dependabot/github_actions/staging/astral-sh/setup-uv-10.0.0
Aug 17, 2026
Merged

chore(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.0#701
Naseem77 merged 3 commits into
stagingfrom
dependabot/github_actions/staging/astral-sh/setup-uv-10.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps astral-sh/setup-uv from 9.0.0 to 10.0.0.

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"

Will now also set the python version if it is defined in .tool-versions. You can read the details in the docs

🚨 Breaking changes

🐛 Bug fixes

🚀 Enhancements

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 16, 2026
@overcut-ai

overcut-ai Bot commented Aug 16, 2026

Copy link
Copy Markdown

Completed Working on "Code Review"

✅ Code review complete. No issues found - all changes look good! ✅

✅ Workflow completed successfully.


👉 View complete log

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/astral-sh/setup-uv ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d UnknownUnknown

Scanned Files

  • .github/workflows/tests.yml

@Naseem77

Copy link
Copy Markdown
Contributor

Superseded by #711, which combines the passing Dependabot updates into one PR.

@Naseem77 Naseem77 closed this Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/staging/astral-sh/setup-uv-10.0.0 branch August 17, 2026 08:40
@Naseem77
Naseem77 restored the dependabot/github_actions/staging/astral-sh/setup-uv-10.0.0 branch August 17, 2026 08:41
@Naseem77 Naseem77 reopened this Aug 17, 2026
@overcut-ai

overcut-ai Bot commented Aug 17, 2026

Copy link
Copy Markdown

Completed Working on "Code Review"

✅ Review publishing completed successfully. Review submitted: COMMENT. Total comments: 1 across 1 files.

✅ Workflow completed successfully.


👉 View complete log

@railway-app

railway-app Bot commented Aug 17, 2026

Copy link
Copy Markdown

🚅 Deployed to the QueryWeaver-pr-701 environment in queryweaver

Service Status Web Updated (UTC)
QueryWeaver ✅ Success (View Logs) Web Aug 17, 2026 at 12:58 pm

@railway-app
railway-app Bot temporarily deployed to queryweaver / QueryWeaver-pr-701 August 17, 2026 08:41 Destroyed
@railway-app
railway-app Bot temporarily deployed to queryweaver / QueryWeaver-pr-701 August 17, 2026 08:44 Destroyed

@overcut-ai overcut-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (uv set to latest in one job), which can cause workflow drift and intermittent failures.

Actionable next step:

  • Pin uv to 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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@railway-app
railway-app Bot temporarily deployed to queryweaver / QueryWeaver-pr-701 August 17, 2026 12:56 Destroyed
@Naseem77
Naseem77 merged commit b663b9f into staging Aug 17, 2026
13 checks passed
@Naseem77
Naseem77 deleted the dependabot/github_actions/staging/astral-sh/setup-uv-10.0.0 branch August 17, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant