We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8362a commit 25abd65Copy full SHA for 25abd65
.github/workflows/build-sonarqube.yml
@@ -47,7 +47,7 @@ jobs:
47
gcovr -r .. -f ../source --exclude-unreachable-branches --exclude-throw-branches --sonarqube -o report/coverage.xml
48
49
- name: SonarQube Scan
50
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments