Skip to content

Commit 7b79218

Browse files
authored
Merge pull request #50 from golles/dependabot/github_actions/sonarsource/sonarqube-scan-action-5
Bump sonarsource/sonarqube-scan-action from 4 to 5
2 parents b793ed9 + e5f9416 commit 7b79218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: SonarCloud Scan
8484
if: github.event.repository.private == false && github.event.pull_request.head.repo.fork == false
85-
uses: sonarsource/sonarqube-scan-action@v4
85+
uses: sonarsource/sonarqube-scan-action@v5
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)