From 2f84d7ac2096ea1ad1015c2de2f17a2f43e85075 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Thu, 2 Oct 2025 12:37:55 -0300 Subject: [PATCH] SIENTIAPDE-1243: Update SonarQube Scan Action to v6 in quality-gate workflow. --- .github/workflows/quality-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}