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 a190110 commit f4697eeCopy full SHA for f4697ee
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: SonarQube for PR ${{ github.event.pull_request.number }}
50
if: github.event_name == 'pull_request_target'
51
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
52
with:
53
args: >
54
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
@@ -59,7 +59,7 @@ jobs:
59
60
- name: SonarQube
61
if: github.event_name == 'push'
62
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments