Skip to content

Commit 15935e5

Browse files
authored
⬆️ (ci) [NO-ISSUE]: Bump sonarsource/sonarqube-scan-action from 6 to 7 in the actions group (#1176)
2 parents 6e431c8 + bbb10df commit 15935e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
id: unit-tests
119119
run: pnpm test:coverage
120120

121-
- uses: sonarsource/sonarqube-scan-action@v6
121+
- uses: sonarsource/sonarqube-scan-action@v7
122122
if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }}
123123
env:
124124
SONAR_TOKEN: ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }}

0 commit comments

Comments
 (0)