File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
# If sonar_project_token and sonar_comment_token, then run with comments
76
76
- name : SonarCloud Scan
77
77
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
79
79
env :
80
80
GITHUB_TOKEN : ${{ inputs.sonar_comment_token }}
81
81
SONAR_TOKEN : ${{ inputs.sonar_project_token }}
88
88
# If sonar_project_token and not sonar_comment_token, then run without comments
89
89
- name : SonarCloud Scan
90
90
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
92
92
env :
93
93
SONAR_TOKEN : ${{ inputs.sonar_project_token }}
94
94
with :
You can’t perform that action at this time.
0 commit comments