File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 : Sibz /github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
30
+ - uses : guibranco /github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
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 : Sibz /github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
90
+ - uses : guibranco /github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
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 : Sibz /github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
119
+ uses : guibranco /github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
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