Skip to content

Commit 1c615d6

Browse files
authored
Merge pull request #14 from dynatrace-oss/dependabot/github_actions/dot-github/workflows/github_actions-e728950179
build(deps): Bump SonarSource/sonarqube-scan-action from 5.0.0 to 6.0.0 in /.github/workflows in the github_actions group across 1 directory
2 parents ad56468 + 3243602 commit 1c615d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: SonarCloud Scan
2727
if: env.SONAR_TOKEN != ''
28-
uses: SonarSource/sonarqube-scan-action@v5.0.0
28+
uses: SonarSource/sonarqube-scan-action@v6.0.0
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
SONAR_TOKEN: ${{ env.SONAR_TOKEN }}

0 commit comments

Comments
 (0)