Hello,
We are using SonarCloud with Github, launching from GitHub actions.
I just made a change to the sonar.tests=
and sonar.sources=
properties, and now the analysis execution is claiming that the authorization is incorrect.
This appears to be an incorrect error message, as we had just successfully ran with the same key earlier.
I’ve seen other users claim that changing the sonar.tests/sonar.sources
value gave them the same error.
How can I resolve this issue?
Link to the PR where I made the change: Meta: Don't allow overlap in sonar cube file classification by bgianfo · Pull Request #9699 · SerenityOS/ser
Link to the failing analysis run: Meta: Don't allow overlap in sonar cube file classification · SerenityOS/serenity@5945333 · GitHub
INFO: EXECUTION FAILURE
INFO: ------------------------------------------------------------------------
INFO: Total time: 2:27:01.893s
ERROR: Error during SonarScanner execution
INFO: Final Memory: 159M/537M
ERROR: You're not authorized to run analysis. Please contact the project administrator.
INFO: ------------------------------------------------------------------------