We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a9d9 commit f67f33aCopy full SHA for f67f33a
.github/workflows/build-test-and-sonar.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: SonarCloud Scan
98
if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'PowerGridModel') }}
99
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
100
env:
101
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments