Skip to content

Commit 25abd65

Browse files
authored
Update build-sonarqube.yml
1 parent 6e8362a commit 25abd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
gcovr -r .. -f ../source --exclude-unreachable-branches --exclude-throw-branches --sonarqube -o report/coverage.xml
4848
4949
- name: SonarQube Scan
50-
uses: SonarSource/sonarqube-scan-action@v4
50+
uses: SonarSource/sonarqube-scan-action@v5
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)