Skip to content

Commit b7ea7e3

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1 (#99)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | minor | `v5.4.3` -> `v5.5.1` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.5.1`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v551) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.5.0...v5.5.1) ##### What's Changed - fix: overwrite pr number on fork by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1871](https://redirect.github.com/codecov/codecov-action/pull/1871) - build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [#&#8203;1868](https://redirect.github.com/codecov/codecov-action/pull/1868) - build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [#&#8203;1867](https://redirect.github.com/codecov/codecov-action/pull/1867) - fix: update to use local app/ dir by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1872](https://redirect.github.com/codecov/codecov-action/pull/1872) - docs: fix typo in README by [@&#8203;datalater](https://redirect.github.com/datalater) in [#&#8203;1866](https://redirect.github.com/codecov/codecov-action/pull/1866) - Document a `codecov-cli` version reference example by [@&#8203;webknjaz](https://redirect.github.com/webknjaz) in [#&#8203;1774](https://redirect.github.com/codecov/codecov-action/pull/1774) - build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [#&#8203;1861](https://redirect.github.com/codecov/codecov-action/pull/1861) - build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [#&#8203;1833](https://redirect.github.com/codecov/codecov-action/pull/1833) **Full Changelog**: <https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1> ### [`v5.5.0`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v550) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.4.3...v5.5.0) ##### What's Changed - feat: upgrade wrapper to 0.2.4 by [@&#8203;jviall](https://redirect.github.com/jviall) in [#&#8203;1864](https://redirect.github.com/codecov/codecov-action/pull/1864) - Pin actions/github-script by Git SHA by [@&#8203;martincostello](https://redirect.github.com/martincostello) in [#&#8203;1859](https://redirect.github.com/codecov/codecov-action/pull/1859) - fix: check reqs exist by [@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in [#&#8203;1835](https://redirect.github.com/codecov/codecov-action/pull/1835) - fix: Typo in README by [@&#8203;spalmurray](https://redirect.github.com/spalmurray) in [#&#8203;1838](https://redirect.github.com/codecov/codecov-action/pull/1838) - docs: Refine OIDC docs by [@&#8203;spalmurray](https://redirect.github.com/spalmurray) in [#&#8203;1837](https://redirect.github.com/codecov/codecov-action/pull/1837) - build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [#&#8203;1829](https://redirect.github.com/codecov/codecov-action/pull/1829) **Full Changelog**: <https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/codegen-sh/graph-sitter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdb226c commit b7ea7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Upload coverage reports to Codecov
2020
if: (success() || failure()) # always upload coverage reports even if the tests fail
2121
continue-on-error: true
22-
uses: codecov/codecov-action@v5.4.3
22+
uses: codecov/codecov-action@v5.5.1
2323
with:
2424
token: ${{ inputs.codecov_token }}
2525
files: coverage.xml

0 commit comments

Comments
 (0)