We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5033525 commit 6f0c298Copy full SHA for 6f0c298
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
npm run coverage:merge
44
npm run coverage:merge-report
45
- name: Send results to SonarCloud
46
- uses: SonarSource/sonarcloud-github-action@v1.4
+ uses: SonarSource/sonarcloud-github-action@v1.6
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments