We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf4aba commit 83b486aCopy full SHA for 83b486a
.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
191
- name: SonarCloud Scan
192
id: sonar
193
if: ${{ always() && matrix.db_version_name == '23-free' }}
194
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
195
env:
196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
197
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments