Update SonarQube action to v6 for security patches
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 47s

This commit is contained in:
Patrick de Ruiter 2025-11-01 20:39:05 +01:00
parent bcb3110e03
commit dcc7aaa091
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -17,7 +17,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@v4
uses: sonarsource/sonarqube-scan-action@v6
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}