We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a4765 commit 9a7c965Copy full SHA for 9a7c965
.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
71
- run: npm ci
72
- name: Run Tests
73
run: FORCE_COLOR=1 npx jest --coverage --testTimeout 90000 --verbose
74
- - uses: sonarsource/sonarcloud-github-action@v2.3
+ - uses: sonarsource/sonarcloud-github-action@v3.0
75
env:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments