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.
2 parents fdc35ec + a7f562f commit e437128Copy full SHA for e437128
.github/workflows/pr-checks.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: SonarCloud 🔬
38
# Don't run SonarCloud on PRs from forks
39
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
40
- uses: sonarsource/sonarcloud-github-action@v2.0.2
+ uses: SonarSource/sonarqube-scan-action@master
41
env:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
.github/workflows/sonarcloud.yml
@@ -31,7 +31,7 @@ jobs:
31
run: yarn test
32
33
34
- uses: sonarSource/sonarcloud-github-action@v2.0.2
35
36
0 commit comments