Skip to content

Commit aaf5ddb

Browse files
authored
Bump SonarSource/sonarcloud-github-action from 1.8 to 2.0 (#23)
1 parent 1aa58da commit aaf5ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
# If sonar_project_token and sonar_comment_token, then run with comments
7676
- name: SonarCloud Scan
7777
if: inputs.sonar_project_token && inputs.sonar_comment_token
78-
uses: SonarSource/sonarcloud-github-action@v1.8
78+
uses: SonarSource/sonarcloud-github-action@v2.0.0
7979
env:
8080
GITHUB_TOKEN: ${{ inputs.sonar_comment_token }}
8181
SONAR_TOKEN: ${{ inputs.sonar_project_token }}
@@ -88,7 +88,7 @@ runs:
8888
# If sonar_project_token and not sonar_comment_token, then run without comments
8989
- name: SonarCloud Scan
9090
if: inputs.sonar_project_token && ! inputs.sonar_comment_token
91-
uses: SonarSource/sonarcloud-github-action@v1.8
91+
uses: SonarSource/sonarcloud-github-action@v2.0.0
9292
env:
9393
SONAR_TOKEN: ${{ inputs.sonar_project_token }}
9494
with:

0 commit comments

Comments
 (0)