diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 24e39b58d9..f401e48fbe 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -24,13 +24,14 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on SonarQube, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret) 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: # Additional arguments for the sonarcloud scanner args: # Unique key of your project. You can find it in SonarQube > [my project] > Project Information (top-right menu) # mandatory -Dsonar.projectKey=OInt, - -Dsonar.projectBaseDir=./OInt + -Dsonar.projectBaseDir=OInt -Dsonar.sourceEncoding=UTF-8 -Dsonar.inclusions=**/*.os # Comma-separated paths to directories containing test source files.