Skip to content

Commit 6d95725

Browse files
chore(deps): update coverallsapp/github-action action to v2.3.6 (#6863)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverallsapp/github-action](https://redirect.github.com/coverallsapp/github-action) | action | patch | `v2.3.4` -> `v2.3.6` | --- ### Release Notes <details> <summary>coverallsapp/github-action (coverallsapp/github-action)</summary> ### [`v2.3.6`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.6) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.5...v2.3.6) #### What's Changed - Explicitly set auto-detect as default for platform by [@&#8203;fredden](https://redirect.github.com/fredden) in [https://github.com/coverallsapp/github-action/pull/240](https://redirect.github.com/coverallsapp/github-action/pull/240) **Full Changelog**: coverallsapp/github-action@v2...v2.3.6 ### [`v2.3.5`](https://redirect.github.com/coverallsapp/github-action/releases/tag/v2.3.5) [Compare Source](https://redirect.github.com/coverallsapp/github-action/compare/v2.3.4...v2.3.5) #### What's Changed - Automatically detect the platform to install by [@&#8203;fredden](https://redirect.github.com/fredden) in [https://github.com/coverallsapp/github-action/pull/238](https://redirect.github.com/coverallsapp/github-action/pull/238) - README/Inputs: list all (non-deprecated) inputs by [@&#8203;jrfnl](https://redirect.github.com/jrfnl) in [https://github.com/coverallsapp/github-action/pull/239](https://redirect.github.com/coverallsapp/github-action/pull/239) #### New Contributors - [@&#8203;fredden](https://redirect.github.com/fredden) made their first contribution in [https://github.com/coverallsapp/github-action/pull/238](https://redirect.github.com/coverallsapp/github-action/pull/238) - [@&#8203;jrfnl](https://redirect.github.com/jrfnl) made their first contribution in [https://github.com/coverallsapp/github-action/pull/239](https://redirect.github.com/coverallsapp/github-action/pull/239) **Full Changelog**: coverallsapp/github-action@v2...v2.3.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5953dab commit 6d95725

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
@@ -49,7 +49,7 @@ jobs:
4949
spec: packages/${{ matrix.spec }}
5050
install: false
5151

52-
- uses: coverallsapp/[email protected].4
52+
- uses: coverallsapp/[email protected].6
5353
if: ${{ inputs.reportCoverage && matrix.react == '19' }}
5454
with:
5555
file: temp/cypress-coverage/lcov.info
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Coveralls
67-
uses: coverallsapp/[email protected].4
67+
uses: coverallsapp/[email protected].6
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
parallel-finished: true

0 commit comments

Comments
 (0)