Skip to content

Commit 9b78ac6

Browse files
chore(deps): bump SonarSource/sonarqube-scan-action from 4 to 5
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a14da9c commit 9b78ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
315315
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
316316
if: '!inputs.skip-sonar && github.event_name != ''pull_request'''
317-
uses: SonarSource/sonarqube-scan-action@v4
317+
uses: SonarSource/sonarqube-scan-action@v5
318318
with:
319319
args: |-
320320
-Dsonar.python.coverage.reportPaths=coverage.xml
@@ -326,7 +326,7 @@ jobs:
326326
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
327327
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
328328
if: '!inputs.skip-sonar && github.event_name != ''push'''
329-
uses: SonarSource/sonarqube-scan-action@v4
329+
uses: SonarSource/sonarqube-scan-action@v5
330330
with:
331331
args: |-
332332
-Dsonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)