To be clear, you ran two successive analyses with no sonar.projectVersion (so, the default value), and you saw issues that were “new” for the first analysis get moved out of “new” for the second one?
Could I have a screenshot of the left column of your Activity tab, redacted as necessary?
Thanks for the screenshots. They’re very helpful, particularly the one I didn’t ask for () that shows a QG change with no issue change (and no version change).
I had assumed that something would jump out at me from your screenshot, but nothing does.
Do you still have access to the analysis logs from those last two runs? Could you post them here, redacted as necessary?
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.
SCM provider autodetection failed. Please use "sonar.scm.provider" to define SCM of your project, or disable the SCM Sensor in the project settings.
These prerequisites are listed for PR analysis, but they’re generally applicable. Can you make sure they’re in place? In particular, I think we need to hit this point first:
The CI/CD host’s local repository contains valid repository metadata (e.g. the .git folders have not been removed).