Skip to content

Commit 8332663

Browse files
chore(deps): update sonarsource/sonarcloud-github-action action to v2.3.0 (#3190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95d9b89 commit 8332663

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
@@ -155,7 +155,7 @@ jobs:
155155
run: cd apps/test/vue; yarn generate-coverage
156156
- name: SonarCloud Scan
157157
if: ${{ env.SONAR_TOKEN_VUE }}
158-
uses: SonarSource/sonarcloud-github-action@v2.1.1
158+
uses: SonarSource/sonarcloud-github-action@v2.3.0
159159
with:
160160
projectBaseDir: packages/sfui/frameworks/vue
161161
env:
@@ -190,7 +190,7 @@ jobs:
190190
run: cd apps/test/react; yarn generate-coverage
191191
- name: SonarCloud Scan
192192
if: ${{ env.SONAR_TOKEN_REACT }}
193-
uses: SonarSource/sonarcloud-github-action@v2.1.1
193+
uses: SonarSource/sonarcloud-github-action@v2.3.0
194194
with:
195195
projectBaseDir: packages/sfui/frameworks/react
196196
env:

0 commit comments

Comments
 (0)