GitHub Code Quality becomes a paid product on July 20

GitHub source image for the Code Quality general availability announcement.GitHub Changelog
GitHub source image for the Code Quality general availability announcement.GitHub Changelog
Business & Career

GitHub Code Quality leaves public preview on July 20, 2026 with per-committer pricing, AI usage charges, and organization-wide quality controls.

GitHub Code Quality becomes generally available as a paid product on July 20, 2026. The announcement says the service will cost $10 per active committer per month on enabled repositories, with separate usage charges for AI-powered capabilities and GitHub Actions minutes for deterministic CodeQL analysis. GitHub Docs confirms Code Quality is currently in public preview, is available for organization-owned repositories on Team and Enterprise Cloud, and is not available on GitHub Enterprise Server.

Key takeaways

  • The public preview ends on July 20, 2026, when Code Quality becomes a purchasable GitHub product.
  • The base price is $10 per active committer per month on enabled repositories.
  • AI-powered features such as Copilot code review, AI-assisted detection, and Copilot Autofix add metered usage.
  • Deterministic CodeQL maintainability and reliability scans consume GitHub Actions minutes.
  • Teams that do not want the paid version should disable Code Quality on enabled repositories before July 20.

Practical LinkLoot angle

This is a budgeting and governance story, not just a feature launch. Engineering leads should map enabled repositories, active committers, Actions usage, and Copilot review volume before July 20 so Code Quality does not turn into a surprise line item.

Decision areaWhat changesCheck before rolloutSource
LicensingPer-active-committer billing starts at GACount committers on enabled repositories, not just total org seatsGitHub Changelog
AI usageCopilot review, AI detection, and Autofix are meteredSeparate mandatory quality checks from optional AI assistanceGitHub Changelog
Deterministic scansCodeQL analysis uses Actions minutesReview runner capacity and Actions budgetsGitHub Changelog
AvailabilityTeam and Enterprise Cloud org repos are in scopeConfirm plan, repository ownership, and Enterprise Server exclusionsGitHub Docs

The useful workflow is simple: keep Code Quality enabled on a pilot set, export the repository list, estimate active committers, then decide which checks should block merges through rulesets. For larger organizations, the new organization-wide deployment and quality dashboards are the main reason to test it before the billing date.

What to verify before you act

Check which repositories have Code Quality enabled today and whether any of them are high-churn projects with many active committers. Confirm whether your quality gate depends on AI-powered features, because those charges are separate from the $10 base subscription. Also verify Actions minute budgets, since deterministic CodeQL analysis is billed through Actions consumption rather than AI Credits.

FAQ

GitHub says Code Quality becomes generally available on July 20, 2026.

For adjacent AI development tooling, see LinkLoot's guide to AI agent tools.