Skip to content

Commit 5eb579a

Browse files
Bump SonarSource/sonarqube-scan-action in /.github/workflows (#333)
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.0.0...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efa5014 commit 5eb579a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: SonarQube Scan on PR
6868
if: github.event.workflow_run.event == 'pull_request'
69-
uses: SonarSource/sonarqube-scan-action@v5.0.0
69+
uses: SonarSource/sonarqube-scan-action@v6.0.0
7070
env:
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272
with:
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: SonarCloud Scan on push
8282
if: github.event.workflow_run.event == 'push' && github.event.workflow_run.head_repository.full_name == github.event.repository.full_name
83-
uses: SonarSource/sonarqube-scan-action@v5.0.0
83+
uses: SonarSource/sonarqube-scan-action@v6.0.0
8484
env:
8585
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8686
with:

0 commit comments

Comments
 (0)