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: