Skip to content

Commit 1b242cf

Browse files
Bump sonarsource/sonarqube-scan-action in /.github/workflows
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]>
1 parent 0d35def commit 1b242cf

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
@@ -28,7 +28,7 @@ jobs:
2828
SWITCHER_API_KEY: ${{ secrets.SWITCHER_API_KEY }}
2929

3030
- name: SonarCloud Scan
31-
uses: sonarsource/sonarqube-scan-action@v5.3.1
31+
uses: sonarsource/sonarqube-scan-action@v6.0.0
3232
env:
3333
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3434
if: env.SONAR_TOKEN != ''

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
SWITCHER_API_KEY: ${{ secrets.SWITCHER_API_KEY }}
4545

4646
- name: SonarCloud Scan
47-
uses: sonarsource/sonarqube-scan-action@v5.3.1
47+
uses: sonarsource/sonarqube-scan-action@v6.0.0
4848
env:
4949
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5050
if: env.SONAR_TOKEN != ''

0 commit comments

Comments
 (0)