chore: update sonarqube build version

This commit is contained in:
mathuo 2025-03-03 20:47:54 +00:00
parent cfe37766a9
commit 5fb13dd8a2
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -27,7 +27,7 @@ jobs:
- run: npm run build
- run: npm run test:cov
- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@v4.1.0
uses: sonarsource/sonarqube-scan-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}