From f80ef637c9a9eca5742b84f33bd898ce82256db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 05:38:53 +0000 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 9f9bba2c7aaf7a55eac26abbac906c3021d211b2 to 3f80f38bc6bad1df00a99b2a458f10935079b9c7. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/9f9bba2c7aaf7a55eac26abbac906c3021d211b2...3f80f38bc6bad1df00a99b2a458f10935079b9c7) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-version: 3f80f38bc6bad1df00a99b2a458f10935079b9c7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 55444c953..fdb1621b4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2 # master + uses: SonarSource/sonarcloud-github-action@3f80f38bc6bad1df00a99b2a458f10935079b9c7 # master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}