We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99775a9 + be36ca1 commit 13a5c84Copy full SHA for 13a5c84
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
- name: Set up Sonar Cloud tools
134
id: sonar
135
if: matrix.static-analysis == 'sonar'
136
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
+ uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
137
138
- name: Build and install QtKeychain
139
if: "!startsWith(matrix.os, 'ubuntu')"
@@ -226,7 +226,7 @@ jobs:
226
227
- name: Run sonar-scanner
228
229
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
230
env:
231
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments