File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 # We create the status here and then update it to success/failure in the `report` stage
2424 # This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
25- - uses : guibranco/github-status-action-v2@119b3320db3f04d89e91df840844b92d57ce3468
25+ - uses : guibranco/github-status-action-v2@cff79d75cc9a22e18fd829ce79f0fdee4fa938e7
2626 with :
2727 authToken : ${{ secrets.GITHUB_TOKEN }}
2828 state : pending
6868 revision : ${{ github.event.workflow_run.head_sha }}
6969 token : ${{ secrets.SONAR_TOKEN }}
7070
71- - uses : guibranco/github-status-action-v2@119b3320db3f04d89e91df840844b92d57ce3468
71+ - uses : guibranco/github-status-action-v2@cff79d75cc9a22e18fd829ce79f0fdee4fa938e7
7272 if : always()
7373 with :
7474 authToken : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments