Skip to content

Commit 83b486a

Browse files
committed
update task
1 parent fdf4aba commit 83b486a

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
@@ -191,7 +191,7 @@ jobs:
191191
- name: SonarCloud Scan
192192
id: sonar
193193
if: ${{ always() && matrix.db_version_name == '23-free' }}
194-
uses: SonarSource/sonarcloud-github-action@master
194+
uses: SonarSource/sonarqube-scan-action@master
195195
env:
196196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
197197
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)