We are using * Enterprise Edition* Version 7.9.2 SonarQube
We have added Sonarqube Code Analysis as GITHUB PR checks to pass before merging to master branch. But Sonarqube Code Analysis runing forever. status not updating in PR checks.
To fix this issue I Have created GITHUB App , installed App in respective repository ( project) and integrated with Sonarqube. But after integration also still PR status not updating
Document I referred to GitHub Enterprise Integration : GitHub Enterprise Integration | SonarQube Docs
Here sonar function using for PR scan
-Dsonar.pullrequest.branch=${BRANCH_NAME} \
-Dsonar.pullrequest.key=${CHANGE_ID} \
-Dsonar.pullrequest.github.endpointt=${githubEndpoint} -Dsonar.pullrequest.github.repository=${githubRepo} ```
Need help to fix this Issue and can anyone please suggest on this issue

