Pull request decoration missing

PR decorations are missing. I followed the docs but couldnt make it work. What did I miss?

Hi,

Have they ever worked for this project? If not, I assume that the project in SonarQube Cloud isn’t bound to its equivalent in GitHub.

 
Ann

No, they didn’t ever work. I bound the project last week to the GitHub repo. From a settings perspective in SonarQube Cloud all looks fine.

Hi,

Did you create the project in SonarQube Cloud via import (where the binding comes automatically) or bind it manually? If the latter, can you try unbinding and rebinding?

 
Ann

I created the project in SonarQube Cloud by importing, then I set up the GitHub Actions workflow.

Should I try to unbind and bind anyways?

Hi,

No need. You are seeing analysis results in SonarQube Cloud?

 
Ann

Yes, analysis works. Just the summary on PRs missing.

Hi,

Okay, I think we’re at the point where someone has to look at the backend logs. I’ve flagged this for the folks with access.

 
Ann

Hello

From looking at the logs, it seems like the App is missing checks:write permission on this repository.

To fix:

  1. Go to GitHub → Settings → Applications → SonarCloud → Configure
  2. Check which repositories the App has access to
  3. If using “Only select repositories”, remove and re-add cas-ssdd-2026-project to force a fresh permission grant
  4. Alternatively, try uninstalling and reinstalling the SonarCloud App on your account/organization

After reinstalling, trigger a new PR analysis and the Check Run should appear.

Alexander

Hi @AlexanderOrlov ,

thanks a lot for the investigation and the proposed steps to fix this - much appreciated!

I checked the configuration of the SonarQubeCloud (not SonarCloud) application in GitHub settings and indeed the affected repository was not yet added. May it’s a good idea to mention that (ensure repository access) as a prerequisite under General settingsPull RequestsIntegration with GitHub in SonarQube cloud project Administration?

Verified by retriggering the PR and it worked!

See InMemory UserManagement with local specific security settings by KK4ito · Pull Request #54 · rufer7/cas-ssdd-2026-project · GitHub

Thanks a lot again

Marc