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.
2 parents 2a2ccc1 + 4906417 commit d603756Copy full SHA for d603756
.github/workflows/nodejs.yml
@@ -74,7 +74,7 @@ jobs:
74
run: nyc --reporter lcovonly npm run test -- --reporter mocha-multi-reporters --reporter-options configFile=config.json
75
76
- name: Analyze with SonarCloud
77
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
78
env:
79
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
80
with:
0 commit comments