Skip to content

Commit 6007f2d

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 3113531 commit 6007f2d

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

0 commit comments

Comments
 (0)