Skip to content

Commit 13a5c84

Browse files
authored
Merge #923(dependabot): CI: Bump SonarSource/sonarqube-scan-action from 5 to 6
2 parents 99775a9 + be36ca1 commit 13a5c84

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)