Skip to content

Commit 9cebf9d

Browse files
chore(deps): update zgosalvez/github-actions-report-lcov action to v4.1.17 (#51)
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.16` -> `v4.1.17` | [![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.17`](https://redirect.github.com/zgosalvez/github-actions-report-lcov/releases/tag/v4.1.17) [Compare Source](https://redirect.github.com/zgosalvez/github-actions-report-lcov/compare/v4.1.16...v4.1.17) #### What's Changed - Bump eslint from 9.11.1 to 9.12.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/257](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/257) - Bump zgosalvez/github-actions-get-action-runs-using-version from 2.0.10 to 2.0.12 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/254](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/254) - Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.11 to 3.0.13 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/251](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/251) - Bump actions/setup-node from 4.0.3 to 4.0.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/252](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/252) - Bump actions/checkout from 4.1.7 to 4.2.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/253](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/253) - Bump [@&#8203;actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/258](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/258) - Bump npm from 10.8.3 to 10.9.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/255](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/255) - Bump [@&#8203;actions/artifact](https://redirect.github.com/actions/artifact) from 2.1.9 to 2.1.10 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/256](https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/256) **Full Changelog**: zgosalvez/github-actions-report-lcov@v4...v4.1.17 </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-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2e2ac1 commit 9cebf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solidity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
288288
- name: Report code coverage
289289
if: github.event_name == 'pull_request'
290-
uses: zgosalvez/github-actions-report-lcov@v4.1.16
290+
uses: zgosalvez/github-actions-report-lcov@v4.1.17
291291
with:
292292
coverage-files: lcov.info
293293
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)