diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dddd84a..ff1f1d9 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@55e44800a8f495208cce6e4e82f5dedb45fcf0ef # v7.2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}