Last analysis failed: 9b728abf-9167-43bd-acac-14f703f50b59
I do not know whether or not this is the appropriate way to receive support for our issues. The quality gate still passes, we just think that this is causing our successful build % to decrease.
I looked into analysis 9b728abf-9167-43bd-acac-14f703f50b59 for PR #314. The failure is expected behavior, not a bug.
Two analyses were submitted for the same PR. By the time this one was processed, a newer commit’s analysis had already been recorded. SonarQube Cloud won’t process an older commit’s report after a newer one has already landed. Doing so would roll back analysis results.
This can happen after a force-push to the PR branch. A CI run triggered by the original commit was still queued, and its report arrived after the updated commit’s analysis had already completed.
Your quality gate is unaffected, the successful newer analysis already set the result correctly. The only visible impact is the failed analysis count you noticed in your build statistics.
To avoid these failures going forward, you can configure your GitHub Actions workflow to cancel in-progress runs when a new push arrives: