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 a281f34 commit ba5e510Copy full SHA for ba5e510
action.yml
@@ -156,7 +156,7 @@ runs:
156
# If sonar_token
157
- name: SonarCloud Scan
158
if: inputs.sonar_token && steps.vars.outputs.triggered == 'true'
159
- uses: SonarSource/sonarcloud-github-action@v2.0.2
+ uses: SonarSource/sonarcloud-github-action@v2.1.1
160
env:
161
SONAR_TOKEN: ${{ inputs.sonar_token }}
162
with:
0 commit comments