From 0484944a370b2054d096718e3f4086feec564a24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:37:06 +0000 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action from 2.1.1 to 3.1.0 Dependabot couldn't find the original pull request head commit, e3f9e4e8f4c1bc9320a330d8cd79b957599d8523. --- .github/workflows/scan-sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-sonar.yml b/.github/workflows/scan-sonar.yml index 66284080304..ea93bb00b69 100644 --- a/.github/workflows/scan-sonar.yml +++ b/.github/workflows/scan-sonar.yml @@ -178,7 +178,7 @@ jobs: - name: SonarCloud Scan for non-JVM project if: contains(env.CHANGED_DIR, matrix.module) && contains(env.NON_JVM_PROJECTS, matrix.module) - uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9 # master + uses: SonarSource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # master with: args: > -Dsonar.organization=${{ env.REPO_ORG }}