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 @@ -39,15 +39,15 @@ jobs:
3939 run : " make test"
4040
4141 - name : SonarCloud Scan ${{ github.ref }}
42- uses : SonarSource/sonarcloud-github-action@v3.1 .0
42+ uses : SonarSource/sonarcloud-github-action@v4.0 .0
4343 if : ${{ github.event_name == 'push' }}
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4646 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4747
4848 # If triggered by a PR, we have to use the PR's source
4949 - name : SonarCloud Scan (preview) merge commit for PR ${{ github.event.pull_request.number }}
50- uses : SonarSource/sonarcloud-github-action@v3.1 .0
50+ uses : SonarSource/sonarcloud-github-action@v4.0 .0
5151 if : ${{ github.event_name == 'pull_request_target' }}
5252 with :
5353 args : >
You can’t perform that action at this time.
0 commit comments