SIENTIAPDE-1243: Update SonarQube Scan Action to v6 in quality-gate workflow.

This commit is contained in:
Bruno Domingues
2025-10-02 12:37:55 -03:00
parent 4285ddb59d
commit 2f84d7ac20

View File

@@ -240,7 +240,7 @@ jobs:
pytest tests --junitxml=pytest.xml --cov=model_manager --cov-report=xml --cov-report=term pytest tests --junitxml=pytest.xml --cov=model_manager --cov-report=xml --cov-report=term
- name: Run SonarQube Analysis - name: Run SonarQube Analysis
uses: SonarSource/sonarqube-scan-action@v5 uses: SonarSource/sonarqube-scan-action@v6
env: env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}