Skip to content

Commit a6d342d

Browse files
authored
Switch away from deprecated github-status-action (#4539)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 4b9a1bd commit a6d342d

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: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
30+
- uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
3131
with:
3232
authToken: ${{ secrets.GITHUB_TOKEN }}
3333
state: pending
@@ -87,7 +87,7 @@ jobs:
8787
revision: ${{ github.event.workflow_run.head_sha }}
8888
token: ${{ secrets.SONAR_TOKEN }}
8989

90-
- uses: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
90+
- uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
9191
if: always()
9292
with:
9393
authToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- name: Skip SonarCloud on merge queues
118118
if: env.ENABLE_COVERAGE == 'false'
119-
uses: Sibz/github-status-action@071b5370da85afbb16637d6eed8524a06bc2053e # v1
119+
uses: guibranco/github-status-action-v2@1f26a0237cd1a57626fbb5a0eb2494c9b8797d07
120120
with:
121121
authToken: ${{ secrets.GITHUB_TOKEN }}
122122
state: success

0 commit comments

Comments
 (0)