security hygiene on actions#6499
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
Greptile SummaryThis PR hardens the security posture of all GitHub Actions workflows in the repository. Workflow-level permissions are reduced to
Confidence Score: 5/5All changes are security hardening with no behavioral regressions; release scripts use the gh CLI via GH_TOKEN env var and are unaffected by persist-credentials: false. Every checkout now drops git credentials after clone, write permissions are confined to the exact jobs that create releases or dispatch workflows, the concurrency-group fix prevents non-PR pushes from clobbering each other, and PR_TITLE is scrubbed from the environment. The release scripts were verified to use gh release create (GH_TOKEN env) rather than git push, so removing stored git credentials causes no breakage. No files require special attention. All changes are mechanical and consistently applied across the 15 workflow files. Important Files Changed
Reviews (1): Last reviewed commit: "security hygiene on actions" | Re-trigger Greptile |
No description provided.