We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a77eb commit 0ca49ffCopy full SHA for 0ca49ff
.github/workflows/workflow.yml
@@ -59,7 +59,7 @@ jobs:
59
run: docker compose -f docker-compose.yml -f docker-compose.ldap.yml down
60
61
- name: SonarCloud Scan
62
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5.2.0
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
0 commit comments