Skip to content

Commit f39a8e8

Browse files
Bump SonarSource/sonarqube-scan-action from 4 to 5
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4 to 5. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3113531 commit f39a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sonar-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# --- SonarQube self-hosted (nếu bạn set SONAR_HOST_URL) ---
8080
- name: SonarQube Scan (self-hosted)
8181
if: ${{ env.SONAR_HOST_URL != '' }}
82-
uses: SonarSource/sonarqube-scan-action@v4
82+
uses: SonarSource/sonarqube-scan-action@v5
8383
env:
8484
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
8585
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)