We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a5041 commit 613e57fCopy full SHA for 613e57f
.github/workflows/scan.yml
@@ -64,10 +64,9 @@ jobs:
64
ref: ${{ github.event.pull_request.head.sha }}
65
66
- name: Scan with SonarCloud
67
- uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3.1.0
+ uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
68
env:
69
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
70
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
with:
72
args: >
73
-Dsonar.organization=${{ github.repository_owner }}
0 commit comments