SonarCloud PR decorations not appearing in some repos after renaming GitHub organization

  • ALM used: GitHub
  • CI system used: GitHub Actions
  • Languages of the repository: C#, Javascript

Hello Sonar:

We are using SonarCloud for static code analysis as part of our GitHub CI workflows. When a pull request is created, our CI workflow builds the modules, runs tests, and triggers SonarCloud to perform code analysis. Once the workflow completes, a SonarCloud pull request decoration typically appears in the “Checks” section, as shown below:

https://github.com/user-attachments/assets/7ed2de66-d822-40f7-999e-628335b5a7fe

Recently, we renamed our GitHub organization from ‘ecommerce’ to ‘digital’ . After this change, we noticed that SonarCloud PR decorations are now only appearing for some repositories, but not for others.

Could you please advise on how we can resolve this issue so that SonarCloud PR decorations consistently appear across all repositories?

Thank you for your assistance.

Best regards,

Minh

Hey there.

Can you check that your projects are still bound correctly?

If you face an issue, try uninstalling the SonarQube Cloud GitHub app from your organization and reinstalling it from the org-level Administration > Organization settings > Organization binding .

We rebind the projects and the PR decorations appear again.

Thank you.