diff --git a/.github/workflows/python-coverage.yml b/.github/workflows/python-coverage.yml index 35fe04f..0e32062 100644 --- a/.github/workflows/python-coverage.yml +++ b/.github/workflows/python-coverage.yml @@ -102,7 +102,7 @@ jobs: - name: SonarQube Scan # yamllint disable-line rule:line-length - uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 + uses: SonarSource/sonarqube-scan-action@786af10ed495f5fe0d685df87f5f8a075599aa85 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}