chore(deps): update sonarsource/sonarqube-scan-action action to v5.2.0
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request_target) Successful in 23s
CI / ci (pull_request) Successful in 4m40s

This commit is contained in:
Renovate [BOT] 2025-05-07 07:20:50 +00:00
parent 0b73c67ef2
commit e1d3e26f0b
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ jobs:
run: uv cache prune --ci
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5.1.0
uses: SonarSource/sonarqube-scan-action@v5.2.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4.2.2
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5.1.0
uses: SonarSource/sonarqube-scan-action@v5.2.0
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}