chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 #5

Closed
renovate-bot wants to merge 1 commits from renovate/sonarsource-sonarqube-scan-action-5.x into main

View File

@@ -23,7 +23,7 @@ jobs:
no-fail: true no-fail: true
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5.2.0 uses: SonarSource/sonarqube-scan-action@v5.3.0
env: env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}