Code scanning alert assignees are now generally available

Published: (December 16, 2025 at 04:40 AM EST)
2 min read

Source: GitHub Changelog

What’s new in general availability?

Since the public preview, we’ve added:

  • Assignment to Copilot: You can delegate fixes to Copilot coding agent to reduce the time developers spend remediating potential vulnerabilities.
  • Notifications: Alert assignees now receive email notifications when assigned, based on their repository watching settings.
  • Webhooks: Webhook events for assignee changes let you integrate alert assignment into your existing workflows and automation.
  • REST API support: Programmatically view, assign, and unassign users to code scanning alerts using the REST API, enabling bulk operations and custom integrations.

A code scanning alert with a fix suggestion generated by Copilot Autofix. The text describes in detail the error that was found, as well as the steps required to remediate the issue. On the right-hand side, a box highlights the Assignees section, where Copilot has been assigned

Getting started with code scanning alert assignees

From the alert detail page, any code scanning alert can now be assigned to users who have write access to the repository in which the alert was identified. Assigning users to code scanning alerts brings security work into the same workflow developers already use for issues and pull requests. With assignees, teams can:

  • Take clear ownership of specific vulnerabilities.
  • Track remediation work directly within GitHub.
  • Accelerate fixes by making responsibility visible and actionable.

Code scanning alert assignees are available to customers with GitHub Code Security or GitHub Advanced Security on github.com and will be available for GitHub Enterprise Server customers from version 3.20.

Learn more about managing code scanning alerts and assigning alerts.

Back to Blog

Related posts

Read more »