File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
steps :
28
28
# We create the status here and then update it to success/failure in the `report` stage
29
29
# This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
30
- - uses : guibranco/github-status-action-v2@9b1d102b3c32583174557f58c53e3b09d43d1b1d
30
+ - uses : guibranco/github-status-action-v2@5f2b01ce1394109f70954ae6b69ef41cf7928e63
31
31
with :
32
32
authToken : ${{ secrets.GITHUB_TOKEN }}
33
33
state : pending
87
87
revision : ${{ github.event.workflow_run.head_sha }}
88
88
token : ${{ secrets.SONAR_TOKEN }}
89
89
90
- - uses : guibranco/github-status-action-v2@9b1d102b3c32583174557f58c53e3b09d43d1b1d
90
+ - uses : guibranco/github-status-action-v2@5f2b01ce1394109f70954ae6b69ef41cf7928e63
91
91
if : always()
92
92
with :
93
93
authToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
steps :
117
117
- name : Skip SonarCloud on merge queues
118
118
if : env.ENABLE_COVERAGE == 'false'
119
- uses : guibranco/github-status-action-v2@9b1d102b3c32583174557f58c53e3b09d43d1b1d
119
+ uses : guibranco/github-status-action-v2@5f2b01ce1394109f70954ae6b69ef41cf7928e63
120
120
with :
121
121
authToken : ${{ secrets.GITHUB_TOKEN }}
122
122
state : success
You can’t perform that action at this time.
0 commit comments