ci(github-action)!: Update https://github.com/SonarSource/sonarqube-scan-action action to v6 (renovate) #3

Merged
thomas.sauter merged 1 commit from renovate/https-github.com-sonarsource-sonarqube-scan-action-6.x into main 2025-10-23 07:04:04 +00:00
Showing only changes of commit 8422c33013 - Show all commits

View file

@ -60,7 +60,7 @@ jobs:
${{ inputs.TEST_SCRIPT }}
- name: Static code analysis with SonarQube
uses: https://github.com/SonarSource/sonarqube-scan-action@v5
uses: https://github.com/SonarSource/sonarqube-scan-action@v6
if: ${{ inputs.SONARQUBE_ENABLED == true }}
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}