Update sonarqube action version
Some checks failed
Build and Push Docker Image / build (push) Failing after 13s
Build / Build and analyze (push) Successful in 25s

This commit is contained in:
2025-12-17 17:16:45 -05:00
parent f42fb65f05
commit 09a4c16102

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@v4
- uses: sonarsource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}