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@5ef6e175c333bc629f3718b083c8a2ff6e0bbfbc
30
+ - uses : guibranco/github-status-action-v2@fe98467f9071758c7fc214af9dbac7f301bd23d4
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@5ef6e175c333bc629f3718b083c8a2ff6e0bbfbc
90
+ - uses : guibranco/github-status-action-v2@fe98467f9071758c7fc214af9dbac7f301bd23d4
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@5ef6e175c333bc629f3718b083c8a2ff6e0bbfbc
119
+ uses : guibranco/github-status-action-v2@fe98467f9071758c7fc214af9dbac7f301bd23d4
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