chore(deps): Bump myrotvorets/set-commit-status-action from 1.1.6 to 1.1.7 (#3377)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-29 16:52:34 +02:00 committed by GitHub
parent 5c504a5741
commit d1fb8f5958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ jobs:
# workflow, which is required due to branch protection, is not important for this type # workflow, which is required due to branch protection, is not important for this type
# of PR, so we skip it and pretend it was successful. # of PR, so we skip it and pretend it was successful.
- name: 'Set Status for Linting Actions to Success (Skipped)' - name: 'Set Status for Linting Actions to Success (Skipped)'
uses: myrotvorets/set-commit-status-action@1.1.6 uses: myrotvorets/set-commit-status-action@v1.1.7
continue-on-error: true continue-on-error: true
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -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 # 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. # no longer indicates if the entire workflow/deployment was successful.
- name: 'Commit Status: Set Workflow Status as Pending' - name: 'Commit Status: Set Workflow Status as Pending'
uses: myrotvorets/set-commit-status-action@1.1.6 uses: myrotvorets/set-commit-status-action@v1.1.7
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
status: pending status: pending
@ -106,7 +106,7 @@ jobs:
Built with commit: ${{ env.PR_HEADSHA }} Built with commit: ${{ env.PR_HEADSHA }}
- name: 'Commit Status: Update deployment status' - name: 'Commit Status: Update deployment status'
uses: myrotvorets/set-commit-status-action@1.1.6 uses: myrotvorets/set-commit-status-action@v1.1.7
# Always run this step regardless of job failing early: # Always run this step regardless of job failing early:
if: ${{ always() }} if: ${{ always() }}
env: env: