diff --git a/.github/workflows/python-coverage.yml b/.github/workflows/python-coverage.yml index 2339077..10e50d1 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@9598b8a83feef37de07f549027fab50ecffe6a6e + uses: SonarSource/sonarqube-scan-action@3988e54db2467c7e9583a4af619c3f5647d6b8ad env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}