Pull Request decoration is failing

I’m using Bitrise as my CI pipeline and invoking SonarQube, the analysis is being performed successfully but PR Decoration fails on Github

These are my PR analysis properties:

sonar.pullrequest.branch=$BITRISE_GIT_BRANCH
sonar.pullrequest.key=$BITRISE_PULL_REQUEST
sonar.pullrequest.base=$BITRISEIO_GIT_BRANCH_DEST
sonar.pullrequest.provider=github
sonar.pullrequest.github.repository=org/MyApp

This is the warning I’m getting on SonarQube:

Hi!

This can happen when the commit that was analyzed is a local commit that was not pushed to GitHub. Which can happen for example when the CI tool performs a temporary merge commit with the base branch before running the analysis. Could this be your case?

Cheers,
Janos