Skip to content

Commit 4e11f93

Browse files
authored
Merge pull request #8 from Sidelobe/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6
Bump SonarSource/sonarqube-scan-action from 4 to 6 in /.github/workflows
2 parents 11c0a38 + 21282e8 commit 4e11f93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
# sudo apt-get install -y g++-11 gcc-11
2525
- name: Install Build Wrapper
26-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v4
26+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
2727
- name: Setup & Cmake
2828
working-directory: deploy
2929
env:
@@ -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@v5
50+
uses: SonarSource/sonarqube-scan-action@v6
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)