diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 10979137..2004f415 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -45,6 +45,7 @@ jobs: --define sonar.host.url=$SONAR_SERVER_URL \ --define sonar.projectKey=$SONAR_PROJECT_KEY \ --define sonar.organization=$SONAR_ORGANIZATION \ + --define sonar.scm.provider=git \ --define sonar.cfamily.build-wrapper-output=$BUILD_WRAPPER_OUT_DIR \ --define sonar.coverageReportPaths=coverage.xml \ --define sonar.branch.name=${{ inputs.branch }} \