diff --git a/.github/workflows/pyci.yml b/.github/workflows/pyci.yml index 449eb39..c327c1d 100644 --- a/.github/workflows/pyci.yml +++ b/.github/workflows/pyci.yml @@ -25,7 +25,7 @@ jobs: run: | make test-coverage - name: SonarQubeScan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: