From 179d7784d33689d87dc3ed4dde94ef27ec4d906a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 11:14:19 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action in /.github/workflows Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5.3.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v4...v5.3.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production ... 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 c001faa8..4a28674f 100644 --- a/.github/workflows/ci-sonar-angular.yml +++ b/.github/workflows/ci-sonar-angular.yml @@ -79,7 +79,7 @@ jobs: # --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) --- - name: SonarQube Scan (self-hosted) if: ${{ env.SONAR_HOST_URL != '' }} - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}