Skip to content

Commit 0ca49ff

Browse files
committed
Update workflow.yml
1 parent 96a77eb commit 0ca49ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: docker compose -f docker-compose.yml -f docker-compose.ldap.yml down
6060

6161
- name: SonarCloud Scan
62-
uses: SonarSource/sonarcloud-github-action@master
62+
uses: SonarSource/sonarqube-scan-action@v5.2.0
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}

0 commit comments

Comments
 (0)