SCM provider autodetection failed please

Hello,
I constantly receive a warning like this in the Sonarqube developer version. Can someone with knowledge help?
I’ve been struggling with this for days now :frowning:

SCM provider autodetection failed. Please use “sonar.scm.provider” to define SCM of your project, or disable the SCM Sensor in the project setting

Using Node.js version 14 to execute analysis is deprecated and will stop being supported no earlier than May 1st, 2023. Please upgrade to a newer LTS version of Node.js [16, 18]

Analysis using MsBuild 14 and 15 build tools is deprecated. Please update your pipeline to MsBuild 16 or higher.

Hey there.

What version of SonarQube are you using? How are you running your analysis (locally? In a specific CI?)

Hello,

Thank you for your return. I am using Sonar 10.0.0.68432_developer. I am compiling locally

Thanks. First things first, SonarQube v10.0 is EOL, and you should upgrade to v10.3 as soon as possible.

While these are all warnings, they probably aren’t affecting the quality of your analysis results.

SCM provider autodetection failed. Please use “sonar.scm.provider” to define SCM of your project, or disable the SCM Sensor in the project setting

Are you using an SCM tool like Git? If not (you’re just testing some local code, for example), you can always use sonar.scm.disabled=true.