From 6007f2d303e81cbec7700742c5b4c3ae85fbb842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:08:54 +0000 Subject: [PATCH] Bump SonarSource/sonarcloud-github-action from 2 to 5 Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2 to 5. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-sonar-angular.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-sonar-angular.yml b/.github/workflows/ci-sonar-angular.yml index 6569bc36..7dd0686d 100644 --- a/.github/workflows/ci-sonar-angular.yml +++ b/.github/workflows/ci-sonar-angular.yml @@ -69,7 +69,7 @@ jobs: # --- SonarCloud (mặc định) --- - name: SonarCloud Scan if: ${{ env.SONAR_HOST_URL == '' }} - uses: SonarSource/sonarcloud-github-action@v2 + uses: SonarSource/sonarcloud-github-action@v5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} with: