Skip to content

Commit 5c8513f

Browse files
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd28d71 commit 5c8513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ env.SONAR_ENABLED == 'true' }}
2828

2929
- name: SonarQube Scan
30-
uses: SonarSource/sonarqube-scan-action@v5
30+
uses: SonarSource/sonarqube-scan-action@v6
3131
env:
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3333
if: ${{ steps.report.conclusion == 'success' }}

0 commit comments

Comments
 (0)