Skip to content

Commit

Permalink
Bump SonarSource/sonarcloud-github-action from 1.8 to 2.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 11, 2023
1 parent 1aa58da commit aaf5ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
# If sonar_project_token and sonar_comment_token, then run with comments
- name: SonarCloud Scan
if: inputs.sonar_project_token && inputs.sonar_comment_token
uses: SonarSource/sonarcloud-github-action@v1.8
uses: SonarSource/sonarcloud-github-action@v2.0.0
env:
GITHUB_TOKEN: ${{ inputs.sonar_comment_token }}
SONAR_TOKEN: ${{ inputs.sonar_project_token }}
Expand All @@ -88,7 +88,7 @@ runs:
# If sonar_project_token and not sonar_comment_token, then run without comments
- name: SonarCloud Scan
if: inputs.sonar_project_token && ! inputs.sonar_comment_token
uses: SonarSource/sonarcloud-github-action@v1.8
uses: SonarSource/sonarcloud-github-action@v2.0.0
env:
SONAR_TOKEN: ${{ inputs.sonar_project_token }}
with:
Expand Down

0 comments on commit aaf5ddb

Please sign in to comment.