We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c0a38 + 21282e8 commit 4e11f93Copy full SHA for 4e11f93
1 file changed
.github/workflows/build-sonarqube.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# sudo apt-get install -y g++-11 gcc-11
25
- name: Install Build Wrapper
26
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
+ uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
27
- name: Setup & Cmake
28
working-directory: deploy
29
env:
@@ -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@v5
+ uses: SonarSource/sonarqube-scan-action@v6
51
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments