mirror of
https://github.com/outbackdingo/cluster-api-provider-proxmox.git
synced 2026-01-27 10:18:38 +00:00
Bump SonarSource/sonarqube-scan-action from 5 to 6
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](https://github.com/sonarsource/sonarqube-scan-action/compare/v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Vic Kerr
parent
a1901106f8
commit
f4697eeb8a
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: SonarQube for PR ${{ github.event.pull_request.number }}
|
||||
if: github.event_name == 'pull_request_target'
|
||||
uses: SonarSource/sonarqube-scan-action@v5
|
||||
uses: SonarSource/sonarqube-scan-action@v6
|
||||
with:
|
||||
args: >
|
||||
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
|
||||
- name: SonarQube
|
||||
if: github.event_name == 'push'
|
||||
uses: SonarSource/sonarqube-scan-action@v5
|
||||
uses: SonarSource/sonarqube-scan-action@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user