Skip to content

Commit 4ee9683

Browse files
authored
Merge pull request #136 from Typeform/TU-25699/update-sonar-gh-actions
ci(TU-25699): updated sonar action to latest
2 parents 5bfe7b0 + e5b96ef commit 4ee9683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ jobs:
8888
run: ls -lah ./coverage/lcov.info
8989

9090
- name: SonarCloud Scan
91-
uses: SonarSource/sonarcloud-github-action@v2
91+
uses: SonarSource/sonarqube-scan-action@v5
9292
with:
9393
args: >
9494
-Dsonar.projectVersion=${{ github.run_id }}
9595
env:
9696
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
9797
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
98+
LC_ALL: "C.UTF-8"

0 commit comments

Comments
 (0)