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

This commit is contained in:
Renovate Bot 2025-10-22 22:26:45 +00:00
parent 9239fe16e6
commit 8422c33013

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 }}