Deployment context in repository properties and alerts

Published: (April 14, 2026 at 04:26 PM EDT)
2 min read

Source: GitHub Changelog

Repository properties: deployable and deployed

Two new built‑in repository properties—deployable and deployed—are now available. These properties reflect existing artifact and deployment metadata, so you don’t need to manually maintain lists of which repositories are actively deployed.

You can use these properties to:

  • Filter repositories in your organization based on deployment context.
  • Apply rulesets, branch protections, and compliance policies automatically to repositories based on deployment context.
  • Keep policy enforcement accurate as deployment state changes over time.

Filters being used to get list of deployed or deployable filters

Runtime risk context in security alerts

Dependabot and GitHub code scanning alert pages now show runtime risk context directly on the alert. When you open an alert, you’ll see additional runtime context for the affected artifact.

This context helps your security team:

  • Triage alerts based on actual runtime context, rather than treating every alert as equally urgent.
  • Quickly identify which vulnerabilities exist in services that are at higher risk.
  • Reduce time spent manually cross‑referencing environment and exposure data.

Runtime Context metadata present on security alerts to enable triage and prioritization

Both features are now generally available. To learn more, see:

0 views
Back to Blog

Related posts

Read more »

Sunsetting SHA-1 in HTTPS on GitHub

What’s changing We’re going to remove the use of SHA‑1 in HTTPS for GitHub and our CDNs. This impacts browsers that are used to view the GitHub website, any so...

Manage agent skills with GitHub CLI

Agent skills are reshaping how developers work with AI coding agents. Today we’re launching gh skill, a new command in the GitHub CLI that makes it easy to disc...