Merge pull request 'ci(github-action)!: Update https://github.com/SonarSource/sonarqube-scan-action action to v6 (renovate)' (#3) from renovate/https-github.com-sonarsource-sonarqube-scan-action-6.x into main

Reviewed-on: #3
This commit is contained in:
thomas.sauter 2025-10-23 07:04:04 +00:00
commit 92ee664d57

View file

@ -76,7 +76,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 }}