Skip to content

Commit 9df078c

Browse files
author
Jacek Gębal
committed
Fixing Sonar Scan
1 parent 55b02ba commit 9df078c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: SonarCloud Scan
179179
id: sonar
180180
if: ${{ always() && matrix.db_version_name == '21XE' }}
181-
uses: SonarSource/sonarcloud-github-action@master
181+
uses: SonarSource/sonarqube-scan-action@master
182182
env:
183183
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
184184
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)