diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 4cb59fc..7d78999 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -240,7 +240,7 @@ jobs: pytest tests --junitxml=pytest.xml --cov=model_manager --cov-report=xml --cov-report=term - name: Run SonarQube Analysis - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}