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 681a5a4 commit 50961caCopy full SHA for 50961ca
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
run: cd apps/test/vue; yarn generate-coverage
149
- name: SonarCloud Scan
150
if: ${{ env.SONAR_TOKEN_VUE }}
151
- uses: SonarSource/sonarcloud-github-action@v1.9
+ uses: SonarSource/sonarcloud-github-action@v2.0.2
152
with:
153
projectBaseDir: packages/sfui/frameworks/vue
154
env:
@@ -183,7 +183,7 @@ jobs:
183
run: cd apps/test/react; yarn generate-coverage
184
185
if: ${{ env.SONAR_TOKEN_REACT }}
186
187
188
projectBaseDir: packages/sfui/frameworks/react
189
0 commit comments