diff --git a/.github/workflows/on-push-verify-build.yml b/.github/workflows/on-push-verify-build.yml index 4047c62..f9fd00b 100644 --- a/.github/workflows/on-push-verify-build.yml +++ b/.github/workflows/on-push-verify-build.yml @@ -42,7 +42,7 @@ jobs: pytest --cov=./ --cov-report=xml --doctest-modules - name: 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 + uses: SonarSource/sonarqube-scan-action@v6.0.0 # 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 }}