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 2cd812f commit 9ad81c1Copy full SHA for 9ad81c1
.github/workflows/sonar.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: SonarQube Scan
51
if: ${{ (github.event_name == 'push') || (github.event.pull_request.head.repo.owner.login == 'PowerGridModel') }}
52
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments