What changed
GitHub announced on September 16, 2026 that AI Scan no longer requires CodeQL default setup. When GitHub introduced AI-powered security detections on pull requests in July, the feature required GitHub Code Security and CodeQL default setup. The new rollout removes that specific CodeQL configuration dependency, allowing eligible repositories to enable the AI scanning path without first adopting default setup.
Why it matters
Security features often fail to spread because the prerequisite architecture is more invasive than the feature itself. Removing CodeQL default setup as a hard dependency lowers the integration cost for repositories that use advanced CodeQL configuration, another scanning workflow or simply have not adopted default setup. It also separates GitHub’s AI-assisted vulnerability detection more clearly from one particular static-analysis configuration, although eligibility, licensing and the AI scanner’s own detection quality remain separate questions.
The July rollout had a concrete CodeQL prerequisite
GitHub’s original AI security detections on pull requests were tied to GitHub Code Security with CodeQL default setup enabled. That meant the AI layer was not simply an independent switch for every repository already using GitHub.
September removes the default-setup dependency
GitHub now says AI Scan can operate without CodeQL default setup. Repositories that deliberately use a different CodeQL configuration path no longer need to restructure that setup merely to access the AI scan.
This changes adoption more than scanner capability
The material change is packaging and integration. GitHub is not claiming a new model or a new vulnerability class in this announcement; it is removing a prerequisite that constrained where the existing AI-powered scan could be used.
AI Scan still belongs in a layered security workflow
An AI scanner can surface additional findings, but it does not replace deterministic analysis, secret scanning, dependency review or human security review. Teams should compare false positives, missed issues and remediation usefulness against their existing pipeline before making it a required merge gate.