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

This commit is contained in:
Renovate [BOT] 2025-05-06 21:08:25 +00:00
parent a9f1b0a7bf
commit 6973029f11
2 changed files with 2 additions and 2 deletions

View File

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

View File

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