Skip to content

Commit 257b048

Browse files
Bump sonarsource/sonarqube-scan-action in /.github/workflows (#111)
Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83d3827 commit 257b048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
3737

3838
- name: SonarCloud Scan
39-
uses: sonarsource/sonarqube-scan-action@v5.3.1
39+
uses: sonarsource/sonarqube-scan-action@v6.0.0
4040
env:
4141
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4242
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
5252

5353
- name: SonarCloud Scan
54-
uses: sonarsource/sonarqube-scan-action@v5.3.1
54+
uses: sonarsource/sonarqube-scan-action@v6.0.0
5555
env:
5656
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5757
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)