Azure RunCodeAnalysis: Error during SonarScanner execution

I have multiple azure devops pull request pipeline integrated with multiple projects on Sonarcloud account for analysis. each project has individual service connection with confirmed project key, organization key and the sonar token validated. yet for last 12 hours we have issue of failure

the connections with project key/organization key are successful , when it perform run code analysis if fails with error as follows.

##[error]ERROR: Error during SonarScanner execution
ERROR: Project not found. Please check the ‘sonar.projectKey’ and ‘sonar.organization’ properties, the ‘SONAR_TOKEN’ environment variable, or contact the project administrator
ERROR:
ERROR: Error during SonarScanner execution
ERROR: Project not found. Please check the ‘sonar.projectKey’ and ‘sonar.organization’ properties, the ‘SONAR_TOKEN’ environment variable, or contact the project administrator
ERROR:
##[error]The SonarScanner did not complete successfully
The SonarScanner did not complete successfully
##[error]14:30:18.052 Post-processing failed. Exit code: 1
14:30:18.052 Post-processing failed. Exit code: 1

confirmed all properties are indeed correct , and there no changes made recently.
would appreciate if we can know its a sonarcloud issue or any additional parameters that I need to look out for ?

Hi,

It sounds like maybe your PAT expired. Can you check that?

 
Ann