Skip to content

Commit

Permalink
chore(deps): update zgosalvez/github-actions-report-lcov action to v4…
Browse files Browse the repository at this point in the history
….1.16 (#87)

This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
|
[zgosalvez/github-actions-report-lcov](https://redirect.github.com/zgosalvez/github-actions-report-lcov)
| action | patch | `v4.1.15` -> `v4.1.16` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/zgosalvez/github-actions-report-lcov/badge)](https://securityscorecards.dev/viewer/?uri=github.com/zgosalvez/github-actions-report-lcov)
|

---

### Release Notes

<details>
<summary>zgosalvez/github-actions-report-lcov
(zgosalvez/github-actions-report-lcov)</summary>

###
[`v4.1.16`](https://redirect.github.com/zgosalvez/github-actions-report-lcov/releases/tag/v4.1.16)

[Compare
Source](https://redirect.github.com/zgosalvez/github-actions-report-lcov/compare/v4.1.15...v4.1.16)

#### What's Changed

- Bump eslint from 9.10.0 to 9.11.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zgosalvez/github-actions-report-lcov/pull/250](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/250)
- Bump path-to-regexp from 6.2.2 to 6.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zgosalvez/github-actions-report-lcov/pull/247](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/247)
- Bump [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from
0.38.1 to 0.38.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/zgosalvez/github-actions-report-lcov/pull/249](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/249)

**Full Changelog**:
zgosalvez/github-actions-report-lcov@v4...v4.1.16

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/solidity-token-erc20).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

<!-- Generated by sourcery-ai[bot]: start summary -->

## Summary by Sourcery

Update the GitHub Action for reporting code coverage to the latest patch
version to ensure the latest improvements and fixes are included.

Build:
- Update zgosalvez/github-actions-report-lcov GitHub Action from version
v4.1.15 to v4.1.16 in the GitHub workflow configuration.

<!-- Generated by sourcery-ai[bot]: end summary -->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 0da0a5e commit a0f18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
- name: Report code coverage
if: github.event_name == 'pull_request'
uses: zgosalvez/[email protected].15
uses: zgosalvez/[email protected].16
with:
coverage-files: lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a0f18c1

Please sign in to comment.