From a9e1380e7f09b8a61bd2ca0a63a930cac01fcc79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:13:02 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarcloud-github-action action to v4 --- .github/workflows/third_party_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third_party_checks.yml b/.github/workflows/third_party_checks.yml index b60c7c6..89d96b1 100644 --- a/.github/workflows/third_party_checks.yml +++ b/.github/workflows/third_party_checks.yml @@ -44,7 +44,7 @@ jobs: - name: SonarCloud Scan if: "! github.event.pull_request.head.repo.fork " - uses: SonarSource/sonarcloud-github-action@v3 + uses: SonarSource/sonarcloud-github-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}