From f31b004982f2f5f816278f1a4575f6cee9a2bf41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:46:38 +0000 Subject: [PATCH] chore(gha): bump SonarSource/sonarcloud-github-action from 3.1.0 to 4.0.0 (#3226) --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 575001e7b1..17fad7334e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,9 @@ jobs: # No need to run the analysis from all environments - name: SonarCloud Scan if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }} - uses: SonarSource/sonarcloud-github-action@v3.1.0 + # This action is now deprecated, so in the future, we should use the new one + # Fore more details, see https://community.sonarsource.com/t/upcoming-last-release-v-4-0-0-remove-docker-and-deprecation-of-github-action-for-sonarqube-cloud/131480 + uses: SonarSource/sonarcloud-github-action@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}