1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-18 01:36:06 +02:00

chore(deps): Bump myrotvorets/set-commit-status-action (#2931)

Bumps [myrotvorets/set-commit-status-action](https://github.com/myrotvorets/set-commit-status-action) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/myrotvorets/set-commit-status-action/releases)
- [Commits](https://github.com/myrotvorets/set-commit-status-action/compare/1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: myrotvorets/set-commit-status-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-13 08:18:35 +13:00 committed by GitHub
parent 7772e8ec3e
commit a4dee343d6
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ jobs:
echo "head_sha=$(git rev-parse contributors-update)" >>"${GITHUB_OUTPUT}"
- name: 'Commit Status: Set Lint status to success (skipped)'
uses: myrotvorets/set-commit-status-action@1.1.5
uses: myrotvorets/set-commit-status-action@1.1.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Skipped workflows are still assigned a "success" status:

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
# 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.5
uses: myrotvorets/set-commit-status-action@1.1.6
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.5
uses: myrotvorets/set-commit-status-action@1.1.6
# Always run this step regardless of job failing early:
if: ${{ always() }}
env: