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 2727 steps :
2828 # We create the status here and then update it to success/failure in the `report` stage
2929 # This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
30- - uses : guibranco/github-status-action-v2@56cd38caf0615dd03f49d42ed301f1469911ac61
30+ - uses : guibranco/github-status-action-v2@ecd54a02cf761e85a8fb328fe937710fd4227cda
3131 with :
3232 authToken : ${{ secrets.GITHUB_TOKEN }}
3333 state : pending
8787 revision : ${{ github.event.workflow_run.head_sha }}
8888 token : ${{ secrets.SONAR_TOKEN }}
8989
90- - uses : guibranco/github-status-action-v2@56cd38caf0615dd03f49d42ed301f1469911ac61
90+ - uses : guibranco/github-status-action-v2@ecd54a02cf761e85a8fb328fe937710fd4227cda
9191 if : always()
9292 with :
9393 authToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 steps :
117117 - name : Skip SonarCloud on merge queues
118118 if : env.ENABLE_COVERAGE == 'false'
119- uses : guibranco/github-status-action-v2@56cd38caf0615dd03f49d42ed301f1469911ac61
119+ uses : guibranco/github-status-action-v2@ecd54a02cf761e85a8fb328fe937710fd4227cda
120120 with :
121121 authToken : ${{ secrets.GITHUB_TOKEN }}
122122 state : success
You can’t perform that action at this time.
0 commit comments