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 d67c9bb commit c43f4cfCopy full SHA for c43f4cf
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
- run: npm ci
76
- name: Run Tests
77
run: npm run coverage
78
- - uses: sonarsource/sonarqube-scan-action@v5.2.0
+ - uses: sonarsource/sonarqube-scan-action@v5.3.0
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments