Skip to content

Commit 75cf5de

Browse files
authored
Merge pull request #29 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 2c551ca + b401f7c commit 75cf5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
run: make test-coverage
3737

3838
- name: SonarQube Scan
39-
uses: SonarSource/sonarqube-scan-action@v5
39+
uses: SonarSource/sonarqube-scan-action@v6
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)