chore(deps): update sonarsource/sonarqube-scan-action action to v5 #7

Merged
luke merged 1 commits from renovate/sonarsource-sonarqube-scan-action-5.x into main 2025-02-17 12:02:11 +01:00
Showing only changes of commit e6edf9488c - Show all commits

View File

@ -24,7 +24,7 @@ jobs:
no-fail: true no-fail: true
- name: SonarQube Scan - name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v4.2.1 uses: SonarSource/sonarqube-scan-action@v5.0.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 }}