Skip to content

Commit 71d21c0

Browse files
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](SonarSource/sonarcloud-github-action@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] <[email protected]>
1 parent d69e30b commit 71d21c0

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
@@ -70,7 +70,7 @@ jobs:
7070
# --- SonarCloud (mặc định) ---
7171
- name: SonarCloud Scan
7272
if: ${{ env.SONAR_HOST_URL == '' }}
73-
uses: SonarSource/sonarcloud-github-action@v2
73+
uses: SonarSource/sonarcloud-github-action@v5
7474
env:
7575
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)