Skip to content

Commit 6cafa17

Browse files
Update guibranco/github-status-action-v2 digest to 9bfa877 (#5176)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f301251 commit 6cafa17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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@5530c593759f489bba08272e96986ffc571c1ea1
30+
- uses: guibranco/github-status-action-v2@9bfa8773cdbdc6c185747fd43cd7faa9d7c32f09
3131
with:
3232
authToken: ${{ secrets.GITHUB_TOKEN }}
3333
state: pending
@@ -88,7 +88,7 @@ jobs:
8888
revision: ${{ github.event.workflow_run.head_sha }}
8989
token: ${{ secrets.SONAR_TOKEN }}
9090

91-
- uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
91+
- uses: guibranco/github-status-action-v2@9bfa8773cdbdc6c185747fd43cd7faa9d7c32f09
9292
if: always()
9393
with:
9494
authToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Skip SonarCloud on merge queues
114114
if: env.ENABLE_COVERAGE == 'false'
115-
uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
115+
uses: guibranco/github-status-action-v2@9bfa8773cdbdc6c185747fd43cd7faa9d7c32f09
116116
with:
117117
authToken: ${{ secrets.GITHUB_TOKEN }}
118118
state: success

0 commit comments

Comments
 (0)