ci: fix missing astral-sh/setup-uv@v8 by pinning to fac544c07dec837d0ccb6301d7b5580bf5edae39#1
Conversation
|
Warning Review limit reached
More reviews will be available in 53 minutes and 56 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesCI Action Pin
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
CI update after opening this PR:
Run: https://github.com/qkal/techne/actions/runs/27796727296 |
Summary
Fixes the CI failure caused by
astral-sh/setup-uv@v8resolving to a missing action ref. The upstream action now publishes immutable release tags such asv8.2.0instead of the major tagv8.What changed
.github/workflows/ci.ymlto pinastral-sh/setup-uvto SHAfac544c07dec837d0ccb6301d7b5580bf5edae39, the commit for releasev8.2.0.Pinned to SHA to avoid breakage from future action tag changes; consider updating to a named release later.
Testing
refs/tags/v8is absent andrefs/tags/v8.2.0exists withgit ls-remote.uv --versionlocally.uv sync --extra dev.uv run ruff check ..uv run pyright --pythonpath .venv/bin/python.uv run pytest -v(239 passed).git diff --checkandgit diff --cached --check.Please trigger/confirm a quick CI run; this should now proceed beyond the Install uv step and run lint, typecheck, and tests.
Summary by CodeRabbit