Nikaple / nest-typed-config

Intuitive, type-safe configuration module for Nest framework ✨
MIT License
204 stars 25 forks source link

chore(deps): update coverallsapp/github-action action to v2.3.4 #420

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
coverallsapp/github-action action minor v2.2.0 -> v2.3.4

Release Notes

coverallsapp/github-action (coverallsapp/github-action) ### [`v2.3.4`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.4) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.3...v2.3.4) ##### What's Changed - Add `coverage-reporter-platform` input option by [@​afinetooth](https://redirect.github.com/afinetooth) in [https://github.com/coverallsapp/github-action/pull/233](https://redirect.github.com/coverallsapp/github-action/pull/233) - Since we have added support for `coverage-reporter` on `aarch64`, we need to provide users of our `github-action` the ability to *select* this architecture-specific version of `coverage-reporter` when they're using an `aarch64` / `arm64` runner in CI. **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2...v2.3.4 ### [`v2.3.3`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.3) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.2...v2.3.3) #### What's Changed - Always point the major version tag to the latest release (fixes [#​222](https://redirect.github.com/coverallsapp/github-action/issues/222)) by [@​afinetooth](https://redirect.github.com/afinetooth) in [https://github.com/coverallsapp/github-action/pull/230](https://redirect.github.com/coverallsapp/github-action/pull/230) **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2...v2.3.3 ### [`v2.3.2`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.2) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2) ##### What's Changed - Verify that `coverage-reporter-version` option is recognized by [@​afinetooth](https://redirect.github.com/afinetooth) in [https://github.com/coverallsapp/github-action/pull/229](https://redirect.github.com/coverallsapp/github-action/pull/229) - Add `build-number` to supported inputs options by [@​afinetooth](https://redirect.github.com/afinetooth) and [@​brianatgather](https://redirect.github.com/brianatgather) in [https://github.com/coverallsapp/github-action/pull/228](https://redirect.github.com/coverallsapp/github-action/pull/228) - Change `sha256sum` command flag to be compatible with `alpine` linux distros by [@​afinetooth](https://redirect.github.com/afinetooth) and [@​jdebbink](https://redirect.github.com/jdebbink) in [https://github.com/coverallsapp/github-action/pull/227](https://redirect.github.com/coverallsapp/github-action/pull/227) - Docs: Fix the action version in usage example by [@​Jeff-Tian](https://redirect.github.com/Jeff-Tian) in [https://github.com/coverallsapp/github-action/pull/210](https://redirect.github.com/coverallsapp/github-action/pull/210) ##### New Contributors - [@​brianatgather](https://redirect.github.com/brianatgather) made their first contribution in [https://github.com/coverallsapp/github-action/pull/228](https://redirect.github.com/coverallsapp/github-action/pull/228) / [https://github.com/coverallsapp/github-action/pull/199](https://redirect.github.com/coverallsapp/github-action/pull/199) - [@​jdebbink](https://redirect.github.com/jdebbink) made their first contribution in [https://github.com/coverallsapp/github-action/pull/227](https://redirect.github.com/coverallsapp/github-action/pull/227) / [https://github.com/coverallsapp/github-action/pull/198](https://redirect.github.com/coverallsapp/github-action/pull/198) - [@​Jeff-Tian](https://redirect.github.com/Jeff-Tian) made their first contribution in [https://github.com/coverallsapp/github-action/pull/210](https://redirect.github.com/coverallsapp/github-action/pull/210) **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2 ### [`v2.3.1`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.1) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1) #### What's Changed Extend behavior of `fail-on-error` option to setup failures by [@​afinetooth](https://redirect.github.com/afinetooth) in [https://github.com/coverallsapp/github-action/pull/226](https://redirect.github.com/coverallsapp/github-action/pull/226) - Technically an enhancement, these changes make the action behave as many customers already expect by ignoring *any and all* failures when the `fail-on-error` input is set to `false`. - Adds logic to handle any failures in "setup" tasks, including downloading the `coverage-reporter` binary, verifying the binary, and finding the binary by its expected name after extraction. - The new logic checks these actions and exits with code `1` on failure, except if `fail-on-error` is set to `true`, in which case it returns exit code `0`. - Adds a matrix workflow that tests the action for each `os` and the two key binary commands (`coveralls report` and `coevralls done`). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario. - Also extends the behavior of `debug: true` to flip the shell-specific debug flag for each `os` including `set -x` for `linux` and `macos` and `Set-PSDebug -Trace 1` for `windows`. **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1 ### [`v2.3.0`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) #### What's Changed - Set default values as strings per GH Action requirements by [@​littleforest](https://redirect.github.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/204](https://redirect.github.com/coverallsapp/github-action/pull/204) - Allow pinning of coverage reporter version by [@​littleforest](https://redirect.github.com/littleforest) in [https://github.com/coverallsapp/github-action/pull/208](https://redirect.github.com/coverallsapp/github-action/pull/208) #### New Contributors - [@​littleforest](https://redirect.github.com/littleforest) made their first contribution in [https://github.com/coverallsapp/github-action/pull/204](https://redirect.github.com/coverallsapp/github-action/pull/204) **Full Changelog**: https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0 ### [`v2.2.3`](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) ### [`v2.2.2`](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.1...v2.2.2) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.1...v2.2.2) ### [`v2.2.1`](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.2.0...v2.2.1)

Configuration

📅 Schedule: Branch creation - "after 1am every weekday,before 8am every weekday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.