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 95d9b89 commit 8332663Copy full SHA for 8332663
.github/workflows/ci.yml
@@ -155,7 +155,7 @@ jobs:
155
run: cd apps/test/vue; yarn generate-coverage
156
- name: SonarCloud Scan
157
if: ${{ env.SONAR_TOKEN_VUE }}
158
- uses: SonarSource/sonarcloud-github-action@v2.1.1
+ uses: SonarSource/sonarcloud-github-action@v2.3.0
159
with:
160
projectBaseDir: packages/sfui/frameworks/vue
161
env:
@@ -190,7 +190,7 @@ jobs:
190
run: cd apps/test/react; yarn generate-coverage
191
192
if: ${{ env.SONAR_TOKEN_REACT }}
193
194
195
projectBaseDir: packages/sfui/frameworks/react
196
0 commit comments