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 ecc0518 commit 0d52a56Copy full SHA for 0d52a56
1 file changed
.github/workflows/backend.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pnpm nx run backend:test
38
39
- name: SonarCloud Scan
40
- uses: sonarsource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v7.0.0
41
if: env.SONAR_ORGANIZATION != ''
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments