diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 88c3f36cbc..7b56c05c5f 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -45,7 +45,6 @@ jobs: with: # Disabling shallow clone for improved relevancy of reporting fetch-depth: 0 - projectBaseDir: . - name: SonarQube Scan uses: sonarsource/sonarqube-scan-action@master env: diff --git a/sonar-project.properties b/sonar-project.properties index 894704ed92..cc6473741b 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectKey=MET-GitHub-Actions sonar.projectVersion=1.0 -sonar.sources=. +sonar.sources=src sonar.python.version=3.6.3 # The build-wrapper output dir