SonarCloud Pull Request Run not working

Hello @hitika26

I’ve been reviewing the information you have provided us and I would like you to try some things first to be able to confirm the issue.

I sent you a private message with an URL. Could you please try the following?

  • Internet browser: just paste it into your preferred browser
  • cURL command: replace the values (more info about the PAT here, section “use a PAT”) - it should be the one configured for SonarCloud in Azure DevOps.
curl --location --request GET '<URL>' \
--header 'Authorization: BASIC <B64_PAT>'

Let me know please your findings after.