Skip to content

Commit 4359ab2

Browse files
authored
Merge pull request #117 from golles/update-sonarqube-scan-action
Upgrade SonarCloud Scan action to version 6
2 parents ba54221 + 2a949ef commit 4359ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail_ci_if_error: true
5555

5656
- name: SonarCloud Scan
57-
uses: sonarsource/sonarqube-scan-action@v5
57+
uses: sonarsource/sonarqube-scan-action@v6
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)