versions used - SonarQube-8.2-Developer docker image, sonar-scanner-cli-4.3.0.2102-linux
error observed -
We have branch analysis, which sends the results from GitHub to SonarQube.
SonarqubeCodeAnalysis is the Github app that receives the response from SonarQube (the PR integration)
It seems like the first part is working, github is sending the requests to SonarQube (we can see activity in sonarqube that verifies this)
SonarQube sending the results back to Github is what seems to be broken. This seems to occur every so often. Have not able to find anything concrete in the logs.
steps to reproduce - Open a new PR
potential workaround - since we block merging if an analysis is pending. We have to have someone with admin privs merge the commit.
I have turned on debug level logs, looked at the github actions logs and still have not seen why this happens intermittently. Ruled out updates, GH actions minutes. 1 out of 5 PR seems to get this error.
unfortunately if we can’t solve this we will have to move to CodeQL from github.