diff --git a/.github/workflows/sonarcloud_check.yml b/.github/workflows/sonarcloud_check.yml index bf6910d..52f00db 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@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} ...