Skip to content

Commit 78b2887

Browse files
chore(deps): update coverallsapp/github-action action to v2.3.2 (#6495)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://redirect.github.com/coverallsapp/github-action) | action | patch | `v2.3.1` -> `v2.3.2` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`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 [@&#8203;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 [@&#8203;afinetooth](https://redirect.github.com/afinetooth) and [@&#8203;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 [@&#8203;afinetooth](https://redirect.github.com/afinetooth) and [@&#8203;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 [@&#8203;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 - [@&#8203;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) - [@&#8203;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) - [@&#8203;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**: coverallsapp/github-action@v2.3.1...v2.3.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4d3f4fc commit 78b2887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
spec: packages/${{ matrix.spec }}
5252
install: false
5353

54-
- uses: coverallsapp/[email protected].1
54+
- uses: coverallsapp/[email protected].2
5555
if: ${{ inputs.reportCoverage && (matrix.react == '19' && matrix.spec != 'charts' || matrix.react == '18' && matrix.spec == 'charts') }}
5656
with:
5757
file: temp/cypress-coverage/lcov.info
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Coveralls
69-
uses: coverallsapp/[email protected].1
69+
uses: coverallsapp/[email protected].2
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
parallel-finished: true

0 commit comments

Comments
 (0)