We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a56dac commit a7efb71Copy full SHA for a7efb71
.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@v7
+ uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
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