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

This commit is contained in:
2025-12-09 09:02:27 +00:00
parent 7256f581f7
commit 25623bd94e
11 changed files with 11 additions and 11 deletions

View File

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