We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b02ba commit 9df078cCopy full SHA for 9df078c
.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
178
- name: SonarCloud Scan
179
id: sonar
180
if: ${{ always() && matrix.db_version_name == '21XE' }}
181
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
182
env:
183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
184
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments