Skip to content

build(deps): bump astral-sh/setup-uv from 10.0.1 to 10.1.0 - #157

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-10.1.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/astral-sh/setup-uv-10.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps astral-sh/setup-uv from 10.0.1 to 10.1.0.

Release notes

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

v10.1.0 🌈 New output python-runtime-idand respect NO_PROXY

Changes

This release adds more bheind the scene security improvements and also 2 small improvements.

NO_PROXY

This action now respects no_proxy/NO_PROXY environment variables which were previously ignored.

New output python-runtime-id

The new output python-runtime-id can be used to know which python version exactly was installed if you use activate-environment. See pyca/cryptography#15572 for details on why this can be useful.

🐛 Bug fixes

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

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 10.0.1 to 10.1.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@20cfd1b...bec219d)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 16, 2026
@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 4d3e2739-67a8-4cf9-bd1d-3fdae2f6ae45

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cwl-noema-review cwl-noema-review 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.

Noema LLM review

This PR bumps astral-sh/setup-uv from v10.0.1 to v10.1.0 across two workflow files (ci.yml and hourly-product-development.yml) while preserving the SHA pinning pattern and the prune-cache: true input. The change is a minor version bump with no modifications to inputs, permissions, or environment configuration. The uv sync --locked steps in both workflows enforce lockfile integrity, and the hourly workflow already sets FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true. No concrete regression was confirmed; the update is safe to merge.

Reviewed changed lines

  • .github/workflows/ci.yml:31 (LEFT): Pre-change pin to v10.0.1 (20cfd1b...). Stable and previously exercised by CI; upgrade is a minor bump.
  • .github/workflows/ci.yml:31 (RIGHT): Updated to v10.1.0 (bec219d...). prune-cache: true retained; uv sync --locked ensures the installed uv is compatible with the lockfile regardless of any default version change.
  • .github/workflows/hourly-product-development.yml:322 (LEFT): Pre-change pin to v10.0.1. No reported issues with this version; the PR is only a minor version bump.
  • .github/workflows/hourly-product-development.yml:322 (RIGHT): Updated to v10.1.0. The workflow already forces Node24 via FORCE_JAVASCRIPT_ACTIONS_TO_NODE24, and the subsequent uv sync --locked step guards against uv version drift.
  • .github/workflows/hourly-product-development.yml:673 (LEFT): Pre-change pin to v10.0.1. No prior failures; the change is a minor version bump with identical configuration.
  • .github/workflows/hourly-product-development.yml:673 (RIGHT): Updated to v10.1.0. prune-cache is unchanged and uv sync --locked protects lockfile compatibility; no regression is evident.

Adversarial validation

  • .github/workflows/ci.yml:31 (RIGHT) falsified: v10.1.0 requires Node24 and ci.yml will fail because it does not set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24. — setup-uv v10.x supports the standard action runtime; GitHub-hosted ubuntu-latest provides a recent Node runtime. The action's minor-version bump does not change its Node engine requirements, and there is no reported Node24-only enforcement in v10.1.0. The CI job is identical except for the SHA.
  • .github/workflows/hourly-product-development.yml:322 (RIGHT) falsified: v10.1.0 changes the default uv version, causing uv sync --locked to fail due to lockfile mismatch. — The repository's lockfile pins the uv version; uv sync --locked enforces that pin and will error on mismatch only if the lockfile format changes. v10.1.0 is a minor release with no documented lockfile-format change, and the action retains the same prune-cache input. The workflow's uv sync --locked steps would catch any mismatch during CI, and no such failure was reported for this PR.
  • Residual risk: Low. The SHA pin for v10.1.0 is assumed to be the official release; CI will independently validate the action at runtime. No behavioral changes to prune-cache or node requirements were identified in this minor bump.

Findings

  • No blocking findings.
  • Result: APPROVE
  • Head SHA: b56b7af09c22190e931af882a5a8213d4f28e0c4
  • Reviewer credential: noema-review-github-app-refresh
  • Actor: cwl-noema-review[bot]

@opencode-agent opencode-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

OpenCode could not approve from deterministic current-head evidence because GitHub Checks have failed.

Findings

1. HIGH Current-head GitHub Checks - Fix failed required checks before approval

  • Problem: Failed same-head checks remain for b56b7af09c22190e931af882a5a8213d4f28e0c4.
  • Root cause: The model-unavailable evidence fallback is allowed only when peer GitHub Checks are complete and clean.
  • Fix: Read and fix the failed check logs below, then rerun the current-head checks.
  • Regression test: Keep the model-unavailable fallback gated on an empty failed-check rollup.

Failed checks:

Changed-File Evidence Map

flowchart LR
  PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
  Evidence --> S1["Workflow: ci.yml"]
  S1 --> I1["GitHub Actions review job"]
  I1 --> R1["Review risk: Workflow: ci.yml"]
  R1 --> V1["actionlint plus required checks"]
  Evidence --> S2["Workflow: hourly-product-development.yml"]
  S2 --> I2["GitHub Actions review job"]
  I2 --> R2["Review risk: Workflow: hourly-product-development.yml"]
  R2 --> V2["actionlint plus required checks"]
Loading

@opencode-agent

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

@seonghobae seonghobae added maintenance priority: medium Normal-priority or P2 work labels Sep 19, 2026 — with ChatGPT Codex Connector
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 maintenance priority: medium Normal-priority or P2 work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant