chore(deps): update sonarsource/sonarqube-scan-action action to v6

This commit is contained in:
2025-09-18 09:08:29 +00:00
parent 18a4748738
commit f14766b238
11 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ jobs:
coverage xml
sed -i 's@${{ github.workspace }}@/github/workspace@g' coverage.xml
- name: SonarQube Cloud Scan
uses: SonarSource/sonarqube-scan-action@v5.3.1
uses: SonarSource/sonarqube-scan-action@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}