Skip to content

Commit f67f33a

Browse files
committed
bumped to sonarqube
Signed-off-by: Santiago Figueroa Manrique <[email protected]>
1 parent da5a9d9 commit f67f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
9797
- name: SonarCloud Scan
9898
if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'PowerGridModel') }}
99-
uses: SonarSource/sonarcloud-github-action@master
99+
uses: SonarSource/sonarqube-scan-action@master
100100
env:
101101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102102
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)