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 1a024c9 commit 36ee11bCopy full SHA for 36ee11b
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
name: code-coverage-report
48
path: coverage/
49
- name: SonarQube Cloud Scan
50
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments