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 9cd4c7b commit 7945d26Copy full SHA for 7945d26
.github/workflows/pr.yml
@@ -90,7 +90,6 @@ jobs:
90
path: coverage/
91
92
- name: Run sonar cloud analysis
93
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
94
env:
95
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
96
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments