From 74898bb7db93cf803c6b08890fda71fb8bf2572b Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Tue, 12 Dec 2023 09:09:03 +0100 Subject: [PATCH] Re-add provider --- .github/workflows/analyze.yml | 1 + 1 file changed, 1 insertion(+) 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 }} \