diff --git a/.github/workflows/sonarcloud.yaml b/.github/workflows/sonarcloud.yaml index dece6945a0..0986104432 100644 --- a/.github/workflows/sonarcloud.yaml +++ b/.github/workflows/sonarcloud.yaml @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/setup-build-env - name: SonarCloud Scan if: steps.checksecret.outputs.result == 'true' - uses: sonarsource/sonarcloud-github-action@cb201f3b2d7a38231a8c042dfea4539c8bea180b # v1.8 + uses: sonarsource/sonarcloud-github-action@db501078e936e4b4c8773d1bb949ba9ddb7b6b6a # v1.9 env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}