From e80515f58342d819690b0949e55d8b7cb2744c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:43:13 +0000 Subject: [PATCH] chore(deps): update zgosalvez/github-actions-report-lcov action to v4.1.12 (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.11` -> `v4.1.12` | [![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
zgosalvez/github-actions-report-lcov (zgosalvez/github-actions-report-lcov) ### [`v4.1.12`](https://togithub.com/zgosalvez/github-actions-report-lcov/releases/tag/v4.1.12) [Compare Source](https://togithub.com/zgosalvez/github-actions-report-lcov/compare/v4.1.11...v4.1.12) #### What's Changed - Bump npm from 10.8.1 to 10.8.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/228](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/228) - Bump eslint from 9.6.0 to 9.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/227](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/227) - Bump [@​actions/artifact](https://togithub.com/actions/artifact) from 2.1.7 to 2.1.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/zgosalvez/github-actions-report-lcov/pull/226](https://togithub.com/zgosalvez/github-actions-report-lcov/pull/226) **Full Changelog**: https://github.com/zgosalvez/github-actions-report-lcov/compare/v4...v4.1.12
--- ### 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. --- - [ ] 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). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/solidity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index bc9dabd..358cd9c 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -143,7 +143,7 @@ jobs: - name: Report code coverage if: github.ref_name != 'main' - uses: zgosalvez/github-actions-report-lcov@v4.1.11 + uses: zgosalvez/github-actions-report-lcov@v4.1.12 with: coverage-files: lcov.info minimum-coverage: 90