Skip to content

Commit

Permalink
chore(deps): update coverallsapp/github-action action to v2.3.0 (#5788)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[coverallsapp/github-action](https://togithub.com/coverallsapp/github-action)
| action | minor | `v2.2.3` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>coverallsapp/github-action
(coverallsapp/github-action)</summary>

###
[`v2.3.0`](https://togithub.com/coverallsapp/github-action/releases/tag/v2.3.0)

[Compare
Source](https://togithub.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0)

##### What's Changed

- Set default values as strings per GH Action requirements by
[@&#8203;littleforest](https://togithub.com/littleforest) in
[https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204)
- Allow pinning of coverage reporter version by
[@&#8203;littleforest](https://togithub.com/littleforest) in
[https://github.com/coverallsapp/github-action/pull/208](https://togithub.com/coverallsapp/github-action/pull/208)

##### New Contributors

- [@&#8203;littleforest](https://togithub.com/littleforest) made their
first contribution in
[https://github.com/coverallsapp/github-action/pull/204](https://togithub.com/coverallsapp/github-action/pull/204)

**Full Changelog**:
coverallsapp/github-action@v2.2.3...v2.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SAP/ui5-webcomponents-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent 47d8065 commit e0cbc60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
component: true
spec: packages/${{ matrix.spec }}

- uses: coverallsapp/github-action@v2.2.3
- uses: coverallsapp/github-action@v2.3.0
if: ${{ inputs.reportCoverage }}
with:
file: temp/cypress-coverage/lcov.info
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down

0 comments on commit e0cbc60

Please sign in to comment.