diff --git a/.github/workflows/sonarcloud_check.yml b/.github/workflows/sonarcloud_check.yml index bf6910d..4d6fa10 100644 --- a/.github/workflows/sonarcloud_check.yml +++ b/.github/workflows/sonarcloud_check.yml @@ -40,7 +40,7 @@ jobs: coverage report --omit="*/test_*" - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ...