Skip to content

Commit a1168d2

Browse files
chore(deps): update zgosalvez/github-actions-report-lcov action to v4.1.11 (#19)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [zgosalvez/github-actions-report-lcov](https://togithub.com/zgosalvez/github-actions-report-lcov) | action | patch | `v4.1.10` -> `v4.1.11` | [![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.11`](https://togithub.com/zgosalvez/github-actions-report-lcov/releases/tag/v4.1.11) [Compare Source](https://togithub.com/zgosalvez/github-actions-report-lcov/compare/v4.1.10...v4.1.11) #### What's Changed - Bump actions/checkout from 4.1.6 to 4.1.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/225](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/225) - Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.6 to 3.0.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/224](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/224) - Bump zgosalvez/github-actions-get-action-runs-using-version from 2.0.5 to 2.0.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/223](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/223) - Bump eslint from 9.5.0 to 9.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/222](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/222) **Full Changelog**: zgosalvez/github-actions-report-lcov@v4...v4.1.11 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/settlemint/btp-smartcontractsets). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 1c418d4 commit a1168d2

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
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Report code coverage
145145
if: github.ref_name != 'main'
146-
uses: zgosalvez/github-actions-report-lcov@v4.1.10
146+
uses: zgosalvez/github-actions-report-lcov@v4.1.11
147147
with:
148148
coverage-files: lcov.info
149149
minimum-coverage: 90

0 commit comments

Comments
 (0)