diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b93792..44ee381 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,11 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v2 + uses: SonarSource/sonarqube-scan-action@v5 + with: + args: > + -Dsonar.projectVersion=${{ github.run_id }} env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }} + LC_ALL: "C.UTF-8"