From 7a6619adbf73c36b2442bd1905f2b7760526df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:51:07 +0000 Subject: [PATCH] chore(deps): Bump SonarSource/sonarcloud-github-action Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 5ee47de3c96f0c1c51b09d2ff1fec0cfeefcf67c to 13a24e453e2e6262f3bb0c5fa8241031e637a028. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/5ee47de3c96f0c1c51b09d2ff1fec0cfeefcf67c...13a24e453e2e6262f3bb0c5fa8241031e637a028) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-version: 13a24e453e2e6262f3bb0c5fa8241031e637a028 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a5ef2..999d90d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: pnpm run test - name: "Test: Sonar" - uses: SonarSource/sonarcloud-github-action@5ee47de3c96f0c1c51b09d2ff1fec0cfeefcf67c # master + uses: SonarSource/sonarcloud-github-action@13a24e453e2e6262f3bb0c5fa8241031e637a028 # master continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any