Skip to content

Commit

Permalink
chore: consume v2.1 of sonar cloud to fix failing PR builds (#594)
Browse files Browse the repository at this point in the history
* chore: consume master of sonarcloud

* chore: use v2.1 of sonarcloud
  • Loading branch information
hitesh-parmar authored Apr 22, 2024
1 parent 36a4974 commit 74b2ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm run test
- name: Run SonarCloud scan
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x'
uses: sonarsource/sonarcloud-github-action@v1.9
uses: sonarsource/sonarcloud-github-action@v2.1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_PAT }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 74b2ac2

Please sign in to comment.