diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dddd84a..0a3b8b2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -63,6 +63,6 @@ jobs: - name: Run tox run: tox -e py - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 + uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}