Product: SonarQube Cloud (sonarcloud.io) — Automatic Analysis — GitHub integration
Organization: manjoninc
Project key: manjoninc_buildcalc-pro
Repository: manjoninc/buildcalc-pro (private — we are not attaching source code, only API metadata; happy to grant temporary read access to a SonarSource engineer if needed)
Affected pull request: #8 (https://github.com/manjoninc/buildcalc-pro/pull/8), branch audit/structural-latex-f6 → main
Expected behavior
Automatic Analysis should behave the same way it has on every previous pull
request in this repository (#4, #5, #6, #7): when a commit is pushed to a PR
branch, the SonarQube Cloud GitHub App (app id 12526) creates a check-suite,
Compute Engine executes an analysis task within seconds, a “SonarCloud Code
Analysis” check-run is published on the commit, and the Quality Gate result
becomes available via both the GitHub check and the SonarCloud API.
Observed behavior
For PR #8, the SonarCloud GitHub App does create a check-suite immediately
(same second as the push), but the analysis pipeline never progresses past
that point. No check-run is ever published, no Compute Engine task is ever
created, and the PR’s Quality Gate status remains NONE indefinitely.
We reproduced this twice, on two different commits, roughly 24 minutes apart,
with identical results both times.
Immediate functional precedent (PR #7)
- Head commit:
20cad19c349622810d4ad06bd86ad6f6d9b46c38 - Check-suite:
89690165590, created by app id12526at2026-08-27T17:46:01Z - Check-run “SonarCloud Code Analysis”:
completed/success,2026-08-27T17:46:07Z–17:48:53Z - Compute Engine task
AaBEVr5E2A5dUYOn871I:status: SUCCESS,executionTimeMs: 3023 - Quality Gate:
OK, all 5 new-code conditionsOK - Confirmed Automatic Analysis (no
sonar-scannerstep exists anywhere in this repository’s CI) - Total elapsed time from push to completed check: ~3 minutes
This PR merged normally into main at 2026-08-27T17:56:34Z and main’s
own branch analysis completed a few seconds later — the binding and
Automatic Analysis pipeline were fully functional less than 24 hours before
the incident below.
Two failed attempts on PR #8
Attempt 1
- SHA:
d7e8bfab52b65bad9b27a52c946a43529bedf4a4 - Check-suite:
89993871231, created by app id12526at2026-08-28T19:38:44Z - Result:
status: queued,conclusion: null,latest_check_runs_count: 0— unchanged when re-checked ~19 minutes later - Zero check-run of any kind from the SonarCloud app on this commit
- Zero Compute Engine task for this PR anywhere in the project’s CE activity history
- SonarCloud’s
project_pull_requests/listdoes register PR #8 (correct branch/base/title/url) but the entry has nostatus,commit, oranalysisDatefields (contrast with PR #7’s fully populated entry) qualitygates/project_status?pullRequest=8→{"status":"NONE","conditions":[],"periods":[]}project_analyses/search?branch=audit/structural-latex-f6→ error: “Component ‘manjoninc_buildcalc-pro’ on branch ‘audit/structural-latex-f6’ not found”
Attempt 2 (retrigger via a tree-identical empty commit, to rule out a one-off glitch — no code, test, or config changes)
- SHA:
67d0a8fee9ad6957faca845947d64de47a90be12(parent = attempt 1’s SHA, identical tree) - Check-suite:
89999026640, created by app id12526at2026-08-28T20:02:44Z - Result: identical to attempt 1 —
status: queued,conclusion: null,latest_check_runs_count: 0, unchanged when re-checked ~54 minutes later - GitHub Actions CI (our own workflow, unrelated to Sonar) completed successfully on this exact SHA, confirming the commit itself is healthy and reachable
- Same absence of any Compute Engine task, same
Quality Gate: NONE, same “branch not found” from analysis search
We made no further retrigger attempts after attempt 2, per our own internal
change-control policy limiting this to two independent tries.
What we ruled out on our side
- Event delivery: ruled out — GitHub does notify the app (check-suite is created within the same second as the push, correctly associated with PR #8).
- Wrong project/PR identifier: ruled out — project key and PR number are confirmed correct and consistent with PR #7’s working case.
- Concurrent CI-based scanner conflicting with Automatic Analysis: ruled out — no
sonar-scannerstep exists in any of our GitHub Actions workflows; Automatic Analysis is our only integration. - A one-off transient glitch: made less likely by the second, independent attempt failing identically ~24 minutes later.
- Our own CI: ruled out as a factor — GitHub Actions passed cleanly on both commits.
What we cannot determine from the public API
Why the pipeline stops between “check-suite created” and “Compute Engine
task submitted.” This requires visibility into SonarCloud’s internal
Automatic Analysis service logs for check-suite IDs 89993871231 and
89999026640, which we do not have access to.
Request
Could you please:
- Inspect the internal Automatic Analysis / webhook processing logs for check-suite IDs
89993871231and89999026640to determine why no Compute Engine task was ever created; - Confirm whether there was a platform-side incident affecting Automatic Analysis around 2026-08-28T19:38–20:03Z UTC;
- Clear or resolve the two stuck
queuedcheck-suites on our behalf if that is something that can be done server-side; - If safe to do so, trigger the pending analysis for PR #8 (head
67d0a8fee9ad6957faca845947d64de47a90be12) server-side; - Let us know if the project/repository binding needs to be re-imported or re-linked, and if so, what steps we should take;
- Confirm your diagnosis before we consider any change on our end (e.g., we are not planning to add a CI-based
sonar-scannerstep while Automatic Analysis is expected to keep working — we’d rather understand and fix the root cause than run two integration paths side by side).
Happy to provide any additional non-sensitive metadata you need. Thank you.