Live Feed/GitHub/Fact Record
GitHub logo
GitHub
api 96% Confidence Gate September 25, 2026

Changes to query results in the GitHub Actions API and UI

GitHub has modified the counting mechanism for workflow run queries within the Actions API and UI. The system now prioritizes query accuracy over exact record precision when filtering by workflow, event, status, or branch.

Verified State Diff

Comparison Mode:
- Previous State
Queries for workflow runs returned an exact, precise count of records, which could lead to performance degradation or latency when searching large datasets.
+ Verified New State
Queries for workflow runs return a less precise but more accurate count of records, optimized for performance and reliability.

Impact & Verification Analysis

WHO IS AFFECTED

Developers and DevOps engineers who rely on the GitHub Actions API for reporting, auditing, or automated workflow management.

WHY IT MATTERS

It signals a trade-off between absolute data precision and system performance, which may impact automated tools that require exact record counts for billing, compliance, or strict CI/CD pipeline monitoring.

Full Fact Overview

This change indicates a shift in the underlying database query architecture for GitHub Actions, likely moving from a strict count (which can be computationally expensive and prone to timeouts on large datasets) to an estimated or optimized count. By sacrificing exact precision for accuracy, GitHub is likely implementing a more performant indexing strategy or utilizing a different data aggregation layer to handle the high volume of workflow execution metadata. This is a common architectural pattern in distributed systems to ensure UI responsiveness and API stability during high-load scenarios.

Multi-Source Evidence Chain (1)

Changes to query results in the GitHub Actions API and UIGitHub
TRACKED ENTITY
Explore all historical GitHub changes
View GitHub Hub ➔