diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 172b507..d6d7b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - name: SonarCloud Scan if: steps.check-token.outputs.skip != 'true' - uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 + uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: