1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Update guibranco/github-status-action-v2 digest to 5530c59 (#5023)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-30 14:18:48 +00:00
committed by GitHub
parent 7ad8288525
commit c4d1fd2c67
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps: steps:
# We create the status here and then update it to success/failure in the `report` stage # We create the status here and then update it to success/failure in the `report` stage
# This provides an easy link to this workflow_run from the PR before Sonarcloud is done. # This provides an easy link to this workflow_run from the PR before Sonarcloud is done.
- uses: guibranco/github-status-action-v2@741ea90ba6c3ca76fe0d43ba11a90cda97d5e685 - uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
with: with:
authToken: ${{ secrets.GITHUB_TOKEN }} authToken: ${{ secrets.GITHUB_TOKEN }}
state: pending state: pending
@@ -87,7 +87,7 @@ jobs:
revision: ${{ github.event.workflow_run.head_sha }} revision: ${{ github.event.workflow_run.head_sha }}
token: ${{ secrets.SONAR_TOKEN }} token: ${{ secrets.SONAR_TOKEN }}
- uses: guibranco/github-status-action-v2@741ea90ba6c3ca76fe0d43ba11a90cda97d5e685 - uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
if: always() if: always()
with: with:
authToken: ${{ secrets.GITHUB_TOKEN }} authToken: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -116,7 +116,7 @@ jobs:
steps: steps:
- name: Skip SonarCloud on merge queues - name: Skip SonarCloud on merge queues
if: env.ENABLE_COVERAGE == 'false' if: env.ENABLE_COVERAGE == 'false'
uses: guibranco/github-status-action-v2@741ea90ba6c3ca76fe0d43ba11a90cda97d5e685 uses: guibranco/github-status-action-v2@5530c593759f489bba08272e96986ffc571c1ea1
with: with:
authToken: ${{ secrets.GITHUB_TOKEN }} authToken: ${{ secrets.GITHUB_TOKEN }}
state: success state: success