fix(ci): pin reusable-workflow @main refs to SHA - #786
Conversation
Replace floating @main references with pinned SHA 7f79969c2ff74c51ac7f385cb0a86414975308d7 # v1 (actions main HEAD). Files updated: - execute-release.yml (2 refs) - pr-release-gate.yml (1 ref) - promote-testing-to-main.yml (1 ref) - release-reminder.yml (1 ref) Renovate will keep these current via the C3 grouping rule in common. Closes consistency-audit C2 for dakota. Assisted-by: Claude Sonnet 4.5 via pi
|
Warning Review limit reached
More reviews will be available in 7 minutes and 34 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
✨ 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 |
|
Thanks for the PR! A maintainer will review it. While you wait, make sure these pass locally: just validate # element graph check
just build default # build the image
just boot-test # confirm the desktop boots (exits 0 = pass)
just lint # bootc container lintIf this PR fixes a bug, add verify steps to the linked issue so users can confirm the fix on their hardware after the next nightly ships: ```verify
ujust <something> # what users should run to confirm the fix
``` |
Summary
Consistency audit C2: pin all
@mainreusable-workflow refs to the currentprojectbluefin/actionsmain HEAD SHA.Files updated (clean branch from main):
.github/workflows/execute-release.yml(2 refs).github/workflows/pr-release-gate.yml(1 ref).github/workflows/promote-testing-to-main.yml(1 ref).github/workflows/release-reminder.yml(1 ref)SHA pinned:
7f79969c2ff74c51ac7f385cb0a86414975308d7(actions main HEAD as of 2026-06-10)Renovate will keep these SHAs current going forward via the C3 grouping rule added in common.
Supersedes #784 (same change, clean branch from main — no conflicts).
Closes automation-audit C2 for dakota.
Assisted-by: Claude Sonnet 4.5 via pi