Skip to content

Commit 50961ca

Browse files
authored
chore: update sonarcloud action (#3041)
1 parent 681a5a4 commit 50961ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: cd apps/test/vue; yarn generate-coverage
149149
- name: SonarCloud Scan
150150
if: ${{ env.SONAR_TOKEN_VUE }}
151-
uses: SonarSource/sonarcloud-github-action@v1.9
151+
uses: SonarSource/sonarcloud-github-action@v2.0.2
152152
with:
153153
projectBaseDir: packages/sfui/frameworks/vue
154154
env:
@@ -183,7 +183,7 @@ jobs:
183183
run: cd apps/test/react; yarn generate-coverage
184184
- name: SonarCloud Scan
185185
if: ${{ env.SONAR_TOKEN_REACT }}
186-
uses: SonarSource/sonarcloud-github-action@v1.9
186+
uses: SonarSource/sonarcloud-github-action@v2.0.2
187187
with:
188188
projectBaseDir: packages/sfui/frameworks/react
189189
env:

0 commit comments

Comments
 (0)