ci: Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 - #12
Merged
Conversation
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@11f9893...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>
hseshadr
added a commit
that referenced
this pull request
Aug 3, 2026
…#14) #12 bumped astral-sh/setup-uv 8.3.2 -> 9.0.0 but touched only .github/workflows/ci.yml — this repo's own self-test. The file consumers actually execute, .github/actions/setup-python-uv/action.yml, stayed on v8.3.2, so the bump reached nobody downstream. The split was already visible in the field: edge-proc and edgeproc-core run v9.0.0 directly in their own ci.yml while calling this composite on their publish path — v9 on test, v8.3.2 on publish, same repo, same PR. c771a70e6277c0a99b617c7a806ffedaca235ff9 is v9.0.0, confirmed against `gh api repos/astral-sh/setup-uv/tags` (v8.3.2 there is the outgoing 11f9893b), and is the same SHA #12 and both consumers already run. The version comment names v9.0.0 exactly. #13 just removed five floating-major comments for this reason: zizmor's ref-version-mismatch resolves the comment against upstream, so `# v9` turns main red the moment astral-sh cuts a patch. No floating major tag exists upstream anyway — `v9` and `v8` both 404. Claim touched: "consumers of this composite run a pinned, immutable, auditable setup-uv." It was true about immutability and false about which version — the audited pin and the executed pin were different files. Evidence: - GH_TOKEN=... uvx zizmor@1.26.1 . -> exit 0, "No findings to report" - actionlint -> clean; shellcheck -x + bash -n -> clean - tests/security-policy.sh -> exit 0 - tests/lint-examples.sh -> exit 0, 173 refs resolved, 0 MISSING Still on the old SHA after this change: nothing executable. README.md:422 and CHANGELOG.md:273,401 mention v8.3.2 as prose; README.md:197 shows v8.1.0 in a sample. Reported, not edited — no gate reads them. Claude-Session: https://claude.ai/code/session_015o7tjWLFZvzRv4KyNfDukx Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Bumps astral-sh/setup-uv from 8.3.2 to 9.0.0.
Release notes
Sourced from astral-sh/setup-uv's releases.
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)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)