Skip to content

Commit d603756

Browse files
authored
Merge pull request #73 from aditosoftware/dependabot/github_actions/SonarSource/sonarqube-scan-action-6
chore(deps): bump SonarSource/sonarqube-scan-action from 5 to 6
2 parents 2a2ccc1 + 4906417 commit d603756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: nyc --reporter lcovonly npm run test -- --reporter mocha-multi-reporters --reporter-options configFile=config.json
7575

7676
- name: Analyze with SonarCloud
77-
uses: SonarSource/sonarqube-scan-action@v5
77+
uses: SonarSource/sonarqube-scan-action@v6
7878
env:
7979
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8080
with:

0 commit comments

Comments
 (0)