1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Update guibranco/github-status-action-v2 digest to d469d49 (#4576)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-10 18:12:27 +00:00
committed by GitHub
parent e78a3cec9f
commit 413c156624
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@66088c44e212a906c32a047529a213d81809ec1c - uses: guibranco/github-status-action-v2@d469d49426f5a7b8a1fbcac20ad274d3e4892321
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@66088c44e212a906c32a047529a213d81809ec1c - uses: guibranco/github-status-action-v2@d469d49426f5a7b8a1fbcac20ad274d3e4892321
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@66088c44e212a906c32a047529a213d81809ec1c uses: guibranco/github-status-action-v2@d469d49426f5a7b8a1fbcac20ad274d3e4892321
with: with:
authToken: ${{ secrets.GITHUB_TOKEN }} authToken: ${{ secrets.GITHUB_TOKEN }}
state: success state: success