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
….3.0 (#3190)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 95d9b89 commit 8332663
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 @@ -155,7 +155,7 @@ jobs:
run: cd apps/test/vue; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_VUE }}
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v2.3.0
with:
projectBaseDir: packages/sfui/frameworks/vue
env:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
run: cd apps/test/react; yarn generate-coverage
- name: SonarCloud Scan
if: ${{ env.SONAR_TOKEN_REACT }}
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v2.3.0
with:
projectBaseDir: packages/sfui/frameworks/react
env:
Expand Down

0 comments on commit 8332663

Please sign in to comment.