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.
1 parent 372c132 commit 8f4187dCopy full SHA for 8f4187d
action.yml
@@ -112,7 +112,7 @@ runs:
112
113
# If sonar_token
114
- if: inputs.sonar_token && steps.diff.outputs.triggered == 'true'
115
- uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
+ uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1
116
env:
117
SONAR_TOKEN: ${{ inputs.sonar_token }}
118
with:
0 commit comments