Skip to content

Commit 48c515b

Browse files
Bump SonarSource/sonarqube-scan-action
Bumps the github_actions group with 1 update in the /.github/workflows directory: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 631c856 commit 48c515b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' clover.xml
4747
sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace@g' junit.xml
4848
- name: SonarQube cloud scan
49-
uses: SonarSource/sonarqube-scan-action@v5
49+
uses: SonarSource/sonarqube-scan-action@v6
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)