Skip to content

Commit

Permalink
chore(deps): update sonarsource/sonarcloud-github-action action to v2…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 3ad7a34 commit c8011c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: cd apps/test/vue; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_VUE }}
uses: SonarSource/sonarcloud-github-action@v2.0.2
uses: SonarSource/sonarcloud-github-action@v2.1.1
with:
projectBaseDir: packages/sfui/frameworks/vue
env:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
run: cd apps/test/react; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_REACT }}
uses: SonarSource/sonarcloud-github-action@v2.0.2
uses: SonarSource/sonarcloud-github-action@v2.1.1
with:
projectBaseDir: packages/sfui/frameworks/react
env:
Expand Down

0 comments on commit c8011c6

Please sign in to comment.