Skip to content

Commit

Permalink
fix: dial down sonar action (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Apr 16, 2024
1 parent d2fc2b4 commit 802833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:

# If sonar_token
- if: inputs.sonar_token && steps.diff.outputs.triggered == 'true'
uses: SonarSource/sonarcloud-github-action@v2.1.1
uses: SonarSource/sonarcloud-github-action@v2.0.2
env:
SONAR_TOKEN: ${{ inputs.sonar_token }}
with:
Expand Down

0 comments on commit 802833a

Please sign in to comment.