From 2a590113fdf357f716792282b1a5c6de2bef111f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:03:57 +0000 Subject: [PATCH] chore(deps): Bump myrotvorets/set-commit-status-action from 1.1.4 to 1.1.5 (#2664) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper --- .github/workflows/contributors.yml | 2 +- .github/workflows/docs-preview-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 9362af2c..3918852f 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -52,7 +52,7 @@ jobs: echo "::set-output name=head_sha::$(git rev-parse contributors-update)" - name: 'Commit Status: Set Lint status to success (skipped)' - uses: myrotvorets/set-commit-status-action@1.1.4 + uses: myrotvorets/set-commit-status-action@1.1.5 with: token: ${{ secrets.GITHUB_TOKEN }} # Skipped workflows are still assigned a "success" status: diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index b3c3ff95..4cd045af 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -46,7 +46,7 @@ jobs: # but presently does not work correctly via split workflow. It is useful in a split workflow as the 1st stage # no longer indicates if the entire workflow/deployment was successful. - name: 'Commit Status: Set Workflow Status as Pending' - uses: myrotvorets/set-commit-status-action@1.1.4 + uses: myrotvorets/set-commit-status-action@1.1.5 with: token: ${{ secrets.GITHUB_TOKEN }} status: pending @@ -106,7 +106,7 @@ jobs: Built with commit: ${{ env.PR_HEADSHA }} - name: 'Commit Status: Update deployment status' - uses: myrotvorets/set-commit-status-action@1.1.4 + uses: myrotvorets/set-commit-status-action@1.1.5 # Always run this step regardless of job failing early: if: ${{ always() }} env: