fix(ci): reconcile the workflows with actions.lock (gh-actions-lock) - #159
Conversation
…0.1.6) `actions.lock` is authoritative: the workflows carry readable refs and the lock records the commit each ref resolves to, which is what actually runs. Refs that stop matching the manifest make the whole repository unstartable — `startup_failure`, "Invalid lockfile". Regenerated with the official extension (`github/gh-actions-lock`). The hand-pinned SHA refs are reverted to their readable form here precisely because the lockfile, not the workflow, is what pins them.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (20)
🧰 Additional context used🪛 GitHub Check: SonarCloud Code Analysis.github/workflows/instant-sync.yml[failure] 20-20: Use full commit SHA hash for this dependency. .github/workflows/secret-scanner.yml[failure] 28-28: Use full commit SHA hash for this dependency. .github/workflows/casket-pages.yml[failure] 30-30: Use full commit SHA hash for this dependency. 🔇 Additional comments (14)
📝 SummarySummary by CodeRabbit
WalkthroughThe pull request updates 14 GitHub Actions workflows. It adds ChangesGitHub Actions lock updates
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~10 minutes Change: Bug fix Possibly related PRsPossibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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. A rabbit checks each workflow line Comment |
|




fix(ci): reconcile the workflows with actions.lock (gh-actions-lock v0.1.6)
actions.lockis authoritative: the workflows carry readable refs and the lock records thecommit each ref resolves to, which is what actually runs. Refs that stop matching the manifest
make the whole repository unstartable —
startup_failure, "Invalid lockfile".Regenerated with the official extension (
github/gh-actions-lock). The hand-pinned SHA refs arereverted to their readable form here precisely because the lockfile, not the workflow, is what
pins them.