ci(workflows): pin GitHub Actions dependencies to commit SHAs#21
ci(workflows): pin GitHub Actions dependencies to commit SHAs#21
Conversation
Pin all third-party GitHub Actions to their full commit SHA instead of mutable version tags. This is a supply-chain security best practice that prevents tag-mutation attacks. Changed files: dependency-review.yml, frontend.yml, lint.yml, publish-docker.yml, spellcheck.yml, tests.yml Total actions pinned: 15 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughGitHub Actions across six workflow files were pinned to specific commit SHAs instead of mutable version tags for supply-chain security, with version information preserved in comments. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 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 |
Summary
Pin all third-party GitHub Actions to their full commit SHA for supply-chain security.
Changes
Changed Files
.github/workflows/dependency-review.yml.github/workflows/frontend.yml.github/workflows/lint.yml.github/workflows/publish-docker.yml.github/workflows/spellcheck.yml.github/workflows/tests.ymlTesting
@refportion ofuses:directives is modifiedMemory / Performance Impact
N/A - CI configuration only.
Related Issues
Closes #20
Summary by CodeRabbit