telexed ~ c / d33bee4e-c20radar:40 · infra_saasLIVE
← back
NO.
#d33bee4e
Topic
INFRA & SAAS
Source
GitHub Changelog
Published
2026-05-19 10:40:26
Importance
★ 4/10 — radar 40
GitHub removes `code_scanning_upload` from rate limit API
FIG-0331:1

GitHub removes `code_scanning_upload` from rate limit API

Clients reading the REST rate-limit resources object must stop expecting this field. Small change, but brittle GitHub API monitors can break.

[ KEY POINTS ]
  1. As of May 19, 2026, code_scanning_upload no longer appears in the rate-limit REST API response.
  2. Check scripts that parse resources.code_scanning_upload; strict schema validation can fail on the missing field.
  3. Normal app behavior is unaffected unless your tooling tracks GitHub code-scanning upload quotas directly.
Originalgithub.blog/changelog/2026-05-19-removal-of-code_scanning_upload-field-from-rate_limit-api-endpointRead original →

// related