rufer7
(Rufer Marc)
May 28, 2026, 3:41pm
1
PR decorations are missing. I followed the docs but couldnt make it work. What did I miss?
ganncamp
(G Ann Campbell)
May 29, 2026, 4:40pm
2
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
rufer7
(Rufer Marc)
May 29, 2026, 5:00pm
3
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.
ganncamp
(G Ann Campbell)
May 29, 2026, 5:06pm
4
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
rufer7
(Rufer Marc)
May 29, 2026, 5:07pm
5
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?
ganncamp
(G Ann Campbell)
May 29, 2026, 5:55pm
6
Hi,
No need. You are seeing analysis results in SonarQube Cloud?
Ann
rufer7
(Rufer Marc)
May 29, 2026, 5:59pm
7
Yes, analysis works. Just the summary on PRs missing.
ganncamp
(G Ann Campbell)
May 29, 2026, 6:14pm
9
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:
Go to GitHub → Settings → Applications → SonarCloud → Configure
Check which repositories the App has access to
If using “Only select repositories”, remove and re-add cas-ssdd-2026-project to force a fresh permission grant
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
rufer7
(Rufer Marc)
June 4, 2026, 11:49am
13
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 settings → Pull Requests → Integration 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