Skip to content

Commit 802833a

Browse files
authored
fix: dial down sonar action (#51)
1 parent d2fc2b4 commit 802833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116

117117
# If sonar_token
118118
- if: inputs.sonar_token && steps.diff.outputs.triggered == 'true'
119-
uses: SonarSource/sonarcloud-github-action@v2.1.1
119+
uses: SonarSource/sonarcloud-github-action@v2.0.2
120120
env:
121121
SONAR_TOKEN: ${{ inputs.sonar_token }}
122122
with:

0 commit comments

Comments
 (0)