We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d80c27 + 5e59286 commit c61e288Copy full SHA for c61e288
1 file changed
action.yml
@@ -63,14 +63,14 @@ runs:
63
GITHUB_REF: ${{ github.ref }}
64
- name: "Run SonarQube scanner (PR)"
65
if: steps.check_scan.outputs.should_run_scan == 'true' && steps.check_scan.outputs.is_pull_request == 'true'
66
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
67
env:
68
SONAR_TOKEN: ${{ inputs.sonar-token }}
69
with:
70
projectBaseDir: ${{ inputs.project-base-dir }}
71
- name: "Run SonarQube scanner (branch)"
72
if: steps.check_scan.outputs.should_run_scan == 'true' && steps.check_scan.outputs.is_pull_request == 'false'
73
74
75
76
0 commit comments