From b4412f46a97476e76a2ef017aa1ec4d4563f98af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:53:42 +0000 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action from 4 to 5 Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 4 to 5. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v4...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d52012..f7f61f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,6 +24,6 @@ jobs: - run: npm run build - name: SonarCloud Scan if: env.SONAR_TOKEN != null - uses: SonarSource/sonarcloud-github-action@v4 + uses: SonarSource/sonarcloud-github-action@v5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file