Skip to content

Commit 0d52a56

Browse files
committed
fix: Fix Sonarcube scans
1 parent ecc0518 commit 0d52a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm nx run backend:test
3838

3939
- name: SonarCloud Scan
40-
uses: sonarsource/sonarcloud-github-action@master
40+
uses: SonarSource/sonarqube-scan-action@v7.0.0
4141
if: env.SONAR_ORGANIZATION != ''
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)