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 a5b777b commit 7b59055Copy full SHA for 7b59055
1 file changed
.github/workflows/sonar.yaml
@@ -38,7 +38,7 @@ jobs:
38
name: coverage
39
path: coverage
40
- name: SonarQube Scan
41
- uses: SonarSource/sonarqube-scan-action@v7
+ uses: SonarSource/sonarqube-scan-action@v8
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
44
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments