Skip to content

Commit b46a78f

Browse files
Update guibranco/github-status-action-v2 digest to 631f55e
1 parent 2823795 commit b46a78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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@631f55ea0251f0fb284525ad86c30e9f7a8dd284
2626
with:
2727
authToken: ${{ secrets.GITHUB_TOKEN }}
2828
state: pending
@@ -68,7 +68,7 @@ jobs:
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@631f55ea0251f0fb284525ad86c30e9f7a8dd284
7272
if: always()
7373
with:
7474
authToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)