diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c6c2be2..4e2ed64 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,6 +47,6 @@ jobs: if: env.SONAR_TOKEN != '' # Reporting, not a gate: a token which has expired should not turn a green suite red. continue-on-error: true - uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 + uses: SonarSource/sonarqube-scan-action@ba9859eae8dd6bd29e412f25ddbbef3d032000f4 # v8.2.2 env: SONAR_HOST_URL: https://sonarcloud.io