File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
steps :
63
63
- name : sonarcloud
64
64
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
65
- uses : SonarSource/sonarcloud-github-action@v3.0 .0
65
+ uses : SonarSource/sonarcloud-github-action@v3.1 .0
66
66
env :
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
68
68
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
name : ' ${{ github.sha }}-03-coverage'
147
147
- name : sonarcloud
148
148
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft }}
149
- uses : SonarSource/sonarcloud-github-action@v3.0 .0
149
+ uses : SonarSource/sonarcloud-github-action@v3.1 .0
150
150
env :
151
151
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
152
152
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 68
68
steps :
69
69
- name : sonarcloud
70
70
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
71
- uses : SonarSource/sonarcloud-github-action@v3.0 .0
71
+ uses : SonarSource/sonarcloud-github-action@v3.1 .0
72
72
env :
73
73
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74
74
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments