Skip to content

Commit

Permalink
chore: update sonarcloud action (#3041)
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Nov 20, 2023
1 parent 681a5a4 commit 50961ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: cd apps/test/vue; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_VUE }}
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v2.0.2
with:
projectBaseDir: packages/sfui/frameworks/vue
env:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
run: cd apps/test/react; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_REACT }}
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v2.0.2
with:
projectBaseDir: packages/sfui/frameworks/react
env:
Expand Down

0 comments on commit 50961ca

Please sign in to comment.