diff --git a/.github/workflows/on-push-verify-build.yml b/.github/workflows/on-push-verify-build.yml index f8a08fc..739084a 100644 --- a/.github/workflows/on-push-verify-build.yml +++ b/.github/workflows/on-push-verify-build.yml @@ -39,7 +39,8 @@ jobs: pytest --cov=./ --cov-report=xml --doctest-modules - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.1.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan + uses: SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }} +