From e5fbda782d17d809a4925bcc160eefbbad7523b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 23:00:00 +0100 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action from 4 to 5 (#162) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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