diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index c876309e97..1536b23a81 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -26,7 +26,7 @@ jobs: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # add the URL of your instance to the secrets of this repo with the name SONAR_HOST_URL (Settings > Secrets > Actions > add new repository secret) LC_ALL: "ru_RU.UTF-8" with: - projectBaseDir: ../../ + projectBaseDir: ${{ GITHUB_WORKSPACE }} args: # Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu) # mandatory @@ -37,5 +37,3 @@ jobs: #-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/ # Adds more detail to both client and server-side analysis logs, activating DEBUG mode for the scanner, and adding client-side environment variables and system properties to the server-side log of analysis report processing. #-Dsonar.verbose= # optional, default is false - - name: test - run: tree