GitHub Actions and Pages Hit by Degraded Availability IncidentGitHub Actions and Pages Hit by Degraded Availability IncidentGitHub Actions and Pages Hit by Degraded Availability IncidentGitHub Actions and Pages Hit by Degraded Availability Incident
August 7, 2026
GitHub Actions and GitHub Pages, the CI/CD and static hosting services that power more than 85% of continuous integration pipelines on the platform and run an estimated 92 million workflow builds per month, experienced degraded availability on August 7, 2026, under incident ID

GitHub Actions and GitHub Pages, the CI/CD and static hosting services that power more than 85% of continuous integration pipelines on the platform and run an estimated 92 million workflow builds per month, experienced degraded availability on August 7, 2026, under incident ID qcvjkzcs7j74. The outage struck the infrastructure layer that Fortune 500 companies including Mercedes-Benz, American Airlines, Vodafone, and Figma have standardized on for software delivery, turning a reliability event into a business continuity exposure. For enterprises running hundreds of daily deployments through Actions workflows, the incident highlights the concentration risk inherent in cloud-based development platforms, even those with GitHub's market dominance and Microsoft backing.
The degraded availability affected both GitHub Actions, the automation engine that triggers CI/CD workflows from platform events, and GitHub Pages, the static site hosting service embedded in millions of documentation and deployment pipelines. As of publication time on August 7, 2026, GitHub has not yet disclosed the duration, scope, or number of organizations affected.
What's new
GitHub, the Microsoft-owned code collaboration platform used by Ernst and Young, Ford, Infosys, Mercado Libre, Shopify, Philips, Société Générale, and Spotify, confirmed the degraded availability through its status page on August 7, 2026. The incident ID qcvjkzcs7j74 logged disruptions to both GitHub Actions, the workflow automation service that orchestrates the path from commit to production, and GitHub Pages, the hosting layer for static documentation and project sites. No error messages, failure modes, or customer-facing workarounds were published alongside the status update.

The platform's broader feature set includes GitHub Copilot, the AI coding assistant recognized in the 2025 Gartner Magic Quadrant for AI Code Assistants, which offers Ask mode for conversational queries and Agent mode for autonomous task execution. GitHub Copilot Autofix reduces debugging time by generating vulnerability remediation code, while push protection stopped 1 million secret leaks in the first 10 months of global rollout by detecting credentials before they reach repositories. Cloud-based development environments on the platform launch in seconds, and the 2026 security roadmap includes workflow-level dependency locking, workflow execution protections, scoped secrets, and improved secret governance controls.
Why it matters
The incident's business impact scales with GitHub Actions' market penetration. Duolingo reported a 25% developer speed boost after adopting GitHub Copilot, while Mercado Libre cut coding time by 50%. Mercedes-Benz uses the platform for source code standardization and security enforcement across its engineering organization. When a service running 92 million workflow builds per month experiences degraded availability, the downstream effect reaches every team whose deployment pipeline, automated testing, or documentation publishing depends on those workflows completing on schedule.
For enterprises standardizing on GitHub as the single platform for version control, CI/CD, security scanning, and AI-assisted development, an outage converts convenience into dependency. Organizations running hundreds of pull requests daily, each triggering Actions workflows for linting, testing, building, and deploying, face compounding delays when the automation layer falters.
| Customer | Reported Outcome |
|---|---|
| Duolingo | 25% developer speed increase with GitHub Copilot |
| Mercado Libre | 50% reduction in coding time |
| Mercedes-Benz | Standardized source code and security enforcement |
| Figma | Security workflow integration |

The security roadmap items scheduled for 2026, including workflow-level dependency locking and execution protections, address supply chain attack vectors that exploit the trust relationships between repositories and their CI/CD automation. Scoped secrets and improved governance controls reduce the blast radius when credentials do leak. The fact that these features remain in development rather than deployed highlights the ongoing maturation of a platform whose scale has outpaced some of its safety mechanisms.
Competitive Landscape
GitHub Copilot's recognition in the 2025 Gartner Magic Quadrant for AI Code Assistants positions the platform as an analyst-vetted leader in the AI-assisted development category, but the CI/CD and hosting layers face direct competition from established alternatives. GitLab CI/CD offers a combined version control and pipeline solution available as either a free software Community edition under MIT License or a proprietary Enterprise edition. CircleCI became the first CI/CD tool authorized by FedRAMP in December 2016 and achieved SOC 2 Type II compliance for its cloud-hosted service in August 2019, though the platform experienced a January 2023 system breach that prompted the company to advise customers to rotate all secrets stored in the service. Jenkins, the open-source automation server originally named Hudson and renamed on February 1, 2011 after a dispute with Oracle over trademark rights, reached graduated status in the Continuous Delivery Foundation in March 2019.
For static site hosting, GitHub Pages competes with Cloudflare Pages, Netlify, and Vercel. Netlify raised $105 million in series D funding on March 4, 2020 at a $2 billion valuation. GitHub founder Tom Preston-Werner stated, "within 5 years, you'll build your next large scale, fully featured web app with JAMstack and deploy on Netlify."
What's next
Independent analyst commentary specifically on this announcement was not publicly available at publication time.

GitHub's 2026 security roadmap includes workflow-level dependency locking to prevent supply chain compromises through pinned automation dependencies, workflow execution protections to validate the integrity of CI/CD jobs before they run, scoped secrets that limit credential access to specific workflows rather than entire repositories, and improved secret governance controls for enterprise administrators. The platform is also developing supported fixes for breaking dependency changes, automating the code updates required when upstream libraries introduce incompatible API changes.
The degraded availability incident remains unresolved at publication time, with no disclosed timeline for restoration or root cause analysis. GitHub has not published guidance on whether affected workflows will retry automatically, whether customers should manually re-trigger failed builds, or what compensating controls are available during the outage window. The absence of detailed incident communication leaves enterprise teams without the information required to assess whether their deployment schedules, security scans, or documentation publishing pipelines were affected and to what degree.
For a site reliability engineering team running 200 pull requests per day with Actions workflows gating every merge, a four-hour degraded availability window translates to roughly 33 blocked or delayed deployments, each accumulating queue backlog that persists after service restoration. The incident cost is not the downtime itself but the cascading schedule compression when teams attempt to recover lost deployment capacity in the hours following restoration, often by bypassing the automated checks the platform was meant to enforce. When a single platform hosts the version control, the CI/CD automation, the security scanning, and the AI-assisted coding layer, an availability incident propagates across every function simultaneously. The convenience of integration becomes the fragility of coupling.
-- Aria Lin, Enterprise Technology Analyst
Sources: GitHub · GitHub Status · GitLab (Wikipedia)