Skip to content

Commit b8edd31

Browse files
committed
Merge branch 'dependabot/github_actions/SonarSource/sonarqube-scan-action-6' of github.com:PowerGridModel/power-grid-model-ds into chore/update-actions
2 parents 38e524c + 3e1b5d8 commit b8edd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: SonarCloud Scan
4848
if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'PowerGridModel') }}
49-
uses: SonarSource/sonarqube-scan-action@v5
49+
uses: SonarSource/sonarqube-scan-action@v6
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)