We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfe7b0 commit e5b96efCopy full SHA for e5b96ef
.github/workflows/pr.yml
@@ -88,10 +88,11 @@ jobs:
88
run: ls -lah ./coverage/lcov.info
89
90
- name: SonarCloud Scan
91
- uses: SonarSource/sonarcloud-github-action@v2
+ uses: SonarSource/sonarqube-scan-action@v5
92
with:
93
args: >
94
-Dsonar.projectVersion=${{ github.run_id }}
95
env:
96
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
97
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
98
+ LC_ALL: "C.UTF-8"
0 commit comments