Error 404 on SonarCloudAnalyze of Azure Devops

Since yesterday, each time running a pipeline on AzureDevops on a Pull Request all the SonarCloudAnalyze task failed with the error:

##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]ERROR: Could not find the pullrequest with key '5211'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=BobstRnD_MvtPrintEngine&pullrequestKey=5211 : {"errors":[{"msg":"Unable to find the pullrequest with key \u00275211\u0027"}]}
ERROR:
ERROR: Could not find the pullrequest with key '5211'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=BobstRnD_MvtPrintEngine&pullrequestKey=5211 : {"errors":[{"msg":"Unable to find the pullrequest with key \u00275211\u0027"}]}

Hi,

Many systems will return a 404 error (i.e. what you’ve asked for doesn’t exist) rather than a 403 error, thus admitting that the resource exists but you just don’t have access to it.

You should double-check the PAT you’ve configured SonarCloud with. It’s quite possible it expired.

 
HTH,
Ann