Skip to content

Commit 7dcdf15

Browse files
authored
Merge pull request #69 from hexlet-boilerplates/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows
2 parents 5af9eed + 9081f0d commit 7dcdf15

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
@@ -37,6 +37,6 @@ jobs:
3737
- run: make lint
3838
- run: make test-coverage
3939
- name: SonarQube Scan
40-
uses: SonarSource/sonarqube-scan-action@v5
40+
uses: SonarSource/sonarqube-scan-action@v6
4141
env:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)