- ALM used: GitHub
- CI system used: GitHub Workflow Actions
- Scanner command used when applicable:
sonarcloud-github-action
- we’re using hakimio’s work around to trigger off pull requests because we had some reporting issues when generating PRs from branches. Looks like that’s “in” now but no release has been made since merging. - Languages of the repository: JavaScript/TypeScript
- Error observed:
The message “
SonarCloud Code Analysis Expected — Waiting for status to be reported
” never resolves which means pull requests are never marked as mergeable. However, the status of the code analysis is added as a comment in the pull request and meets all the requirements. I can’t figure out any reason for the comment to appear but the check never clear.
- Steps to reproduce: So far, create or update a pull request.
- Potential workaround: Kicking the job sometimes works but even that has been rare lately