Skip to content

Commit 3dbecb9

Browse files
chore(deps): update sonarsource/sonarcloud-github-action action to v2.1.1 (#3058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6b88788 commit 3dbecb9

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@v2.0.2
151+
uses: SonarSource/sonarcloud-github-action@v2.1.1
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@v2.0.2
186+
uses: SonarSource/sonarcloud-github-action@v2.1.1
187187
with:
188188
projectBaseDir: packages/sfui/frameworks/react
189189
env:

0 commit comments

Comments
 (0)