ci: bump setup-uv to v10.1.0 and sync the pinned-SHA contract test - #213
Merged
Merged
Conversation
Companion for Dependabot #212. Keep uv 0.12.5 and assert the new pinned SHA so the release security contract stays in sync. Co-authored-by: John Osumi <sumitake@users.noreply.github.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 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. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.
Summary
Companion for Dependabot #212 (
astral-sh/setup-uv10.0.1 → 10.1.0). That PR only updates.github/workflows/release.ymland fails CI becausetests/test_ci_security_contract.py::test_release_provisions_pinned_uv_before_schema_validationstill hardcodes the old SHA.This branch applies the same pin and updates the contract test so CI can go green. The installed uv version remains
'0.12.5', still required before schema validation.Ops can close #212 after this merges. Do not push onto
dependabot/**.Boundary declaration
Generated and release surfaces
SKILL.mdfiles are in parity. (unchanged)changelog.d/fragment is present for a user-visible change; generatedCHANGELOG.mdchanges only in a release/bootstrap PR. (not user-visible; CI pin + test only)Verification
python3 -m unittest tests.test_ci_security_contract.CiSecurityContractTests -v— 14 tests OK locally, includingtest_release_provisions_pinned_uv_before_schema_validationgit diff --check— cleanReview and post-condition
Tier 2 (ordinary CI dependency pin + matching test). No independent-family review is claimed in this opening. After merge, required checks should be green on main; then close #212.
Compliance trace
author: cursor (Grok 4.6)
standing_directives: Read AGENTS.md and public governance; keep the change limited to the release.yml setup-uv pin and matching security-contract test; never push dependabot/**.
tier: 2
cross_check: AWAITING independent-family review of the setup-uv v10.1.0 pin (bec219d24cd3e171d82865faccec33120bb574f4) and matching contract test.
post_condition: After operator merge, confirm main uses the v10.1.0 setup-uv pin, the contract test matches, required CI is green, and Dependabot #212 can be closed.
mcp_coverage_gap: NONE
contributor_rights: OWNER-AUTHORED
operator_reserved: yes - .github/workflows/release.yml is reserved by CODEOWNERS; operator must merge.