rtsp-relay
rtsp-relay copied to clipboard
chore(deps): update coverallsapp/github-action action to v2.3.6
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| coverallsapp/github-action | action | minor | v2.2.3 -> v2.3.6 |
Release Notes
coverallsapp/github-action (coverallsapp/github-action)
v2.3.6
What's Changed
- Explicitly set auto-detect as default for platform by @​fredden in https://github.com/coverallsapp/github-action/pull/240
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.6
v2.3.5
What's Changed
- Automatically detect the platform to install by @​fredden in https://github.com/coverallsapp/github-action/pull/238
- README/Inputs: list all (non-deprecated) inputs by @​jrfnl in https://github.com/coverallsapp/github-action/pull/239
New Contributors
- @​fredden made their first contribution in https://github.com/coverallsapp/github-action/pull/238
- @​jrfnl made their first contribution in https://github.com/coverallsapp/github-action/pull/239
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.5
v2.3.4
What's Changed
- Add
coverage-reporter-platforminput option by @​afinetooth in https://github.com/coverallsapp/github-action/pull/233- Since we have added support for
coverage-reporteronaarch64, we need to provide users of ourgithub-actionthe ability to select this architecture-specific version ofcoverage-reporterwhen they're using anaarch64/arm64runner in CI.
- Since we have added support for
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.4
v2.3.3
What's Changed
- Make sure the major version tag always points to the latest release (fixes #​222) by @​afinetooth in https://github.com/coverallsapp/github-action/pull/230
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.3
v2.3.2
What's Changed
- Verify that
coverage-reporter-versionoption is recognized by @​afinetooth in https://github.com/coverallsapp/github-action/pull/229 - Add
build-numberto supported inputs options by @​afinetooth and @​brianatgather in https://github.com/coverallsapp/github-action/pull/228 - Change
sha256sumcommand flag to be compatible withalpinelinux distros by @​afinetooth and @​jdebbink in https://github.com/coverallsapp/github-action/pull/227 - Docs: Fix the action version in usage example by @​Jeff-Tian in https://github.com/coverallsapp/github-action/pull/210
New Contributors
- @​brianatgather made their first contribution in https://github.com/coverallsapp/github-action/pull/228 / https://github.com/coverallsapp/github-action/pull/199
- @​jdebbink made their first contribution in https://github.com/coverallsapp/github-action/pull/227 / https://github.com/coverallsapp/github-action/pull/198
- @​Jeff-Tian made their first contribution in https://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
What's Changed
Extend behavior of fail-on-error option to setup failures by @​afinetooth in https://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-errorinput is set tofalse. -
Adds logic to handle any failures in "setup" tasks, including downloading the
coverage-reporterbinary, verifying the binary, and finding the binary by its expected name after extraction. -
The new logic checks these actions and exits with code
1on failure, except iffail-on-erroris set totrue, in which case it returns exit code0. -
Adds a matrix workflow that tests the action for each
osand the two key binary commands (coveralls reportandcoevralls done). Each of these scenarios implicitly tests our setup tasks since they run first in each scenario. -
Also extends the behavior of
debug: trueto flip the shell-specific debug flag for eachosincludingset -xforlinuxandmacosandSet-PSDebug -Trace 1forwindows.
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1
v2.3.0
What's Changed
- Set default values as strings per GH Action requirements by @​littleforest in https://github.com/coverallsapp/github-action/pull/204
- Allow pinning of coverage reporter version by @​littleforest in https://github.com/coverallsapp/github-action/pull/208
New Contributors
- @​littleforest made their first contribution in https://github.com/coverallsapp/github-action/pull/204
Full Changelog: https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0
Configuration
📅 Schedule: Branch creation - "every 8 weeks on saturday" in timezone Pacific/Auckland, 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.