Skip to content

Commit be36ca1

Browse files
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99775a9 commit be36ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up Sonar Cloud tools
134134
id: sonar
135135
if: matrix.static-analysis == 'sonar'
136-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
136+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
137137

138138
- name: Build and install QtKeychain
139139
if: "!startsWith(matrix.os, 'ubuntu')"
@@ -226,7 +226,7 @@ jobs:
226226
227227
- name: Run sonar-scanner
228228
if: matrix.static-analysis == 'sonar'
229-
uses: SonarSource/sonarqube-scan-action@v5
229+
uses: SonarSource/sonarqube-scan-action@v6
230230
env:
231231
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
232232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)