Bump shared-actions pins to 18bed1ca - #39
Conversation
Advance every leynos/shared-actions reference in this repo's own workflows and in the copier template sources (the .jinja workflow files under template/.github/workflows) to 18bed1ca49a6de3d8882bd72635a32ae3f023d57, shared-actions main HEAD, so newly generated projects start at the same pin. Picks up the coverage-ratchet baseline-advance fix and the symmetric +/-1pp dead-band (shared-actions#353), plus routine follow-ups.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 44 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
leynos/shared-actionspin to18bed1ca49a6de3d8882bd72635a32ae3f023d57(shared-actions main HEAD), in both this repo's own.github/workflows/*.ymland the copier template sources undertemplate/.github/workflows/*.jinja, so newly generated projects start at the same pin.Review walkthrough
.github/workflows/{ci,act-validation,dependabot-automerge}.yml: repo's own CI pins bumped (previously on three different stale SHAs).template/.github/workflows/{ci,act-validation,coverage-main}.yml.jinja: template source pins bumped, keeping templating syntax intact.tests/test_helpers.py(lines 559/567/724) andtests/helpers/ci_contracts.pyuntouched: these are synthetic fixtures and shape-only regexes for contract tests, not real pins.Validation
make test— 47 passed, 2 skipped, 3 snapshots passed.