Bump sonarqube-scan-action to v5 (#73)

This commit is contained in:
wkoot
2025-09-02 09:49:18 +02:00
committed by GitHub
parent 59730a5184
commit e03195c9b1
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -35,7 +35,6 @@ jobs:
- name: Sonar scan
if: env.SONAR_TOKEN != null
uses: SonarSource/sonarqube-scan-action@v4
uses: SonarSource/sonarqube-scan-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}