security: pin GitHub Actions to reviewed SHAs - #15
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Sorry @mkarson1997, you've used your own review budget of 250,000 diff characters for the last 7 days.
You can request another review in 2 days by commenting @sourcery-ai review. Upgrade to get a review now.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis security-focused change removes mutable GitHub Actions references from CI and CodeQL by pinning them to reviewed commit SHAs, while preserving the existing validation behavior and requiring the Node/PostgreSQL matrix, CI Gate, CodeQL, and SonarQube Cloud checks to pass. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|



What changed
CI Gate, lockfile install, typecheck, tests and build behaviorWhy
FlowForge is one of the flagship infrastructure repositories. Its validation and security analysis should not depend on mutable GitHub Action tags.
Merge only after the Node/PostgreSQL matrix,
CI Gate, CodeQL and SonarQube Cloud are green.Summary by Sourcery
Pin CI and CodeQL GitHub Actions to reviewed SHAs to make repository validation and security analysis reproducible.
Enhancements:
CI: