Open renovate[bot] opened 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 10.37%. Comparing base (
7f95655
) to head (ffba9c7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v4.0.1
->v5.0.2
Release Notes
codecov/codecov-action (codecov/codecov-action)
### [`v5.0.2`](https://redirect.github.com/codecov/codecov-action/releases/tag/v5.0.2) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2) #### What's Changed - fix: override commit and pr values for PR cases by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1657](https://redirect.github.com/codecov/codecov-action/pull/1657) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1) #### What's Changed - fix: use marketplace v5 badge by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1646](https://redirect.github.com/codecov/codecov-action/pull/1646) - fix: update tokenless branch logic by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1650](https://redirect.github.com/codecov/codecov-action/pull/1650) - chore(release): 5.0.1 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1656](https://redirect.github.com/codecov/codecov-action/pull/1656) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.6.0...v5.0.0) #### v5 Release `v5` of the Codecov GitHub Action will use the [Codecov Wrapper](https://redirect.github.com/codecov/wrapper) to encapsulate the [CLI](https://redirect.github.com/codecov/codecov-cli). This will help ensure that the Action gets updates quicker. ##### Migration Guide The `v5` release also coincides with the opt-out feature for tokens for public repositories. In the `Global Upload Token` section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see [how to upload without a token](https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token). > \[!WARNING]\ > **The following arguments have been changed** > > - `file` (this has been deprecated in favor of `files`) > - `plugin` (this has been deprecated in favor of `plugins`) The following arguments have been added: - `binary` - `gcov_args` - `gcov_executable` - `gcov_ignore` - `gcov_include` - `report_type` - `skip_validation` - `swift_project` You can see their usage in the `action.yml` [file](https://redirect.github.com/codecov/codecov-action/blob/main/action.yml). #### What's Changed - chore(deps): bump to eslint9+ and remove eslint-config-google by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1591](https://redirect.github.com/codecov/codecov-action/pull/1591) - build(deps-dev): bump [@octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) from 7.5.1 to 7.6.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1595](https://redirect.github.com/codecov/codecov-action/pull/1595) - build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1604](https://redirect.github.com/codecov/codecov-action/pull/1604) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.8.0 to 8.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1601](https://redirect.github.com/codecov/codecov-action/pull/1601) - build(deps): bump [@actions/core](https://redirect.github.com/actions/core) from 1.11.0 to 1.11.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1597](https://redirect.github.com/codecov/codecov-action/pull/1597) - build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1596](https://redirect.github.com/codecov/codecov-action/pull/1596) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.8.0 to 8.8.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1600](https://redirect.github.com/codecov/codecov-action/pull/1600) - build(deps-dev): bump eslint from 9.11.1 to 9.12.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1598](https://redirect.github.com/codecov/codecov-action/pull/1598) - build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1609](https://redirect.github.com/codecov/codecov-action/pull/1609) - build(deps): bump actions/checkout from 4.2.0 to 4.2.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1608](https://redirect.github.com/codecov/codecov-action/pull/1608) - build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1607](https://redirect.github.com/codecov/codecov-action/pull/1607) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.8.1 to 8.9.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1612](https://redirect.github.com/codecov/codecov-action/pull/1612) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.8.1 to 8.9.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1611](https://redirect.github.com/codecov/codecov-action/pull/1611) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.9.0 to 8.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1615](https://redirect.github.com/codecov/codecov-action/pull/1615) - build(deps-dev): bump eslint from 9.12.0 to 9.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1618](https://redirect.github.com/codecov/codecov-action/pull/1618) - build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1617](https://redirect.github.com/codecov/codecov-action/pull/1617) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.9.0 to 8.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1614](https://redirect.github.com/codecov/codecov-action/pull/1614) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.10.0 to 8.11.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1620](https://redirect.github.com/codecov/codecov-action/pull/1620) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.10.0 to 8.11.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1619](https://redirect.github.com/codecov/codecov-action/pull/1619) - build(deps-dev): bump [@types/jest](https://redirect.github.com/types/jest) from 29.5.13 to 29.5.14 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1622](https://redirect.github.com/codecov/codecov-action/pull/1622) - build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1625](https://redirect.github.com/codecov/codecov-action/pull/1625) - build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1624](https://redirect.github.com/codecov/codecov-action/pull/1624) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.11.0 to 8.12.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1626](https://redirect.github.com/codecov/codecov-action/pull/1626) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.12.1 to 8.12.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1629](https://redirect.github.com/codecov/codecov-action/pull/1629) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.11.0 to 8.12.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1628](https://redirect.github.com/codecov/codecov-action/pull/1628) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 8.12.2 to 8.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1635](https://redirect.github.com/codecov/codecov-action/pull/1635) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 8.12.2 to 8.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1634](https://redirect.github.com/codecov/codecov-action/pull/1634) - feat: use wrapper by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1621](https://redirect.github.com/codecov/codecov-action/pull/1621) - Update README.md by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1639](https://redirect.github.com/codecov/codecov-action/pull/1639) - fix: add missing vars by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1638](https://redirect.github.com/codecov/codecov-action/pull/1638) - fix: update container builds by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1640](https://redirect.github.com/codecov/codecov-action/pull/1640) - fixL use the correct source by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1642](https://redirect.github.com/codecov/codecov-action/pull/1642) - chore(deps): bump wrapper to 0.0.23 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1644](https://redirect.github.com/codecov/codecov-action/pull/1644) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.0 ### [`v4.6.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) #### What's Changed - build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1481](https://redirect.github.com/codecov/codecov-action/pull/1481) - build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1480](https://redirect.github.com/codecov/codecov-action/pull/1480) - build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1479](https://redirect.github.com/codecov/codecov-action/pull/1479) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.13.0 to 7.13.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1485](https://redirect.github.com/codecov/codecov-action/pull/1485) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.13.0 to 7.13.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1484](https://redirect.github.com/codecov/codecov-action/pull/1484) - build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1490](https://redirect.github.com/codecov/codecov-action/pull/1490) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.13.1 to 7.14.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1493](https://redirect.github.com/codecov/codecov-action/pull/1493) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.13.1 to 7.14.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1492](https://redirect.github.com/codecov/codecov-action/pull/1492) - build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1496](https://redirect.github.com/codecov/codecov-action/pull/1496) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.14.1 to 7.15.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1501](https://redirect.github.com/codecov/codecov-action/pull/1501) - build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1500](https://redirect.github.com/codecov/codecov-action/pull/1500) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.14.1 to 7.15.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1499](https://redirect.github.com/codecov/codecov-action/pull/1499) - build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1502](https://redirect.github.com/codecov/codecov-action/pull/1502) - build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1504](https://redirect.github.com/codecov/codecov-action/pull/1504) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.15.0 to 7.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1503](https://redirect.github.com/codecov/codecov-action/pull/1503) - build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1507](https://redirect.github.com/codecov/codecov-action/pull/1507) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.15.0 to 7.16.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1505](https://redirect.github.com/codecov/codecov-action/pull/1505) - build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1509](https://redirect.github.com/codecov/codecov-action/pull/1509) - chore(ci): restrict scorecards to codecov/codecov-action by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1512](https://redirect.github.com/codecov/codecov-action/pull/1512) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.16.0 to 7.16.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1514](https://redirect.github.com/codecov/codecov-action/pull/1514) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.16.0 to 7.16.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1513](https://redirect.github.com/codecov/codecov-action/pull/1513) - test: `versionInfo` by [@marcobiedermann](https://redirect.github.com/marcobiedermann) in [https://github.com/codecov/codecov-action/pull/1407](https://redirect.github.com/codecov/codecov-action/pull/1407) - build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1515](https://redirect.github.com/codecov/codecov-action/pull/1515) - build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1516](https://redirect.github.com/codecov/codecov-action/pull/1516) - build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1521](https://redirect.github.com/codecov/codecov-action/pull/1521) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.16.1 to 7.17.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1520](https://redirect.github.com/codecov/codecov-action/pull/1520) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.17.0 to 7.18.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1528](https://redirect.github.com/codecov/codecov-action/pull/1528) - build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1526](https://redirect.github.com/codecov/codecov-action/pull/1526) - build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1525](https://redirect.github.com/codecov/codecov-action/pull/1525) - build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1532](https://redirect.github.com/codecov/codecov-action/pull/1532) - build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1534](https://redirect.github.com/codecov/codecov-action/pull/1534) - build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1542](https://redirect.github.com/codecov/codecov-action/pull/1542) - build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1541](https://redirect.github.com/codecov/codecov-action/pull/1541) - ref: Tidy up types and remove string coercion by [@nicholas-codecov](https://redirect.github.com/nicholas-codecov) in [https://github.com/codecov/codecov-action/pull/1536](https://redirect.github.com/codecov/codecov-action/pull/1536) - build(deps-dev): bump [@octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types) from 3.77.1 to 7.5.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1545](https://redirect.github.com/codecov/codecov-action/pull/1545) - build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1551](https://redirect.github.com/codecov/codecov-action/pull/1551) - feat: pass tokenless value as branch override by [@joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1511](https://redirect.github.com/codecov/codecov-action/pull/1511) - build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1563](https://redirect.github.com/codecov/codecov-action/pull/1563) - Create makefile.yml by [@Hawthorne001](https://redirect.github.com/Hawthorne001) in [https://github.com/codecov/codecov-action/pull/1555](https://redirect.github.com/codecov/codecov-action/pull/1555) - build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1562](https://redirect.github.com/codecov/codecov-action/pull/1562) - build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1557](https://redirect.github.com/codecov/codecov-action/pull/1557) - Spell `evenName` in the logs correctly by [@webknjaz](https://redirect.github.com/webknjaz) in [https://github.com/codecov/codecov-action/pull/1560](https://redirect.github.com/codecov/codecov-action/pull/1560) - build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1566](https://redirect.github.com/codecov/codecov-action/pull/1566) - build(deps-dev): bump [@types/jest](https://redirect.github.com/types/jest) from 29.5.12 to 29.5.13 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1567](https://redirect.github.com/codecov/codecov-action/pull/1567) - build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1569](https://redirect.github.com/codecov/codecov-action/pull/1569) - build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1571](https://redirect.github.com/codecov/codecov-action/pull/1571) - build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1575](https://redirect.github.com/codecov/codecov-action/pull/1575) - build(deps-dev): bump [@vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1 to 0.38.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1577](https://redirect.github.com/codecov/codecov-action/pull/1577) - chore: fix typo of OSS by [@shoothzj](https://redirect.github.com/shoothzj) in [https://github.com/codecov/codecov-action/pull/1578](https://redirect.github.com/codecov/codecov-action/pull/1578) - build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1584](https://redirect.github.com/codecov/codecov-action/pull/1584) - build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1583](https://redirect.github.com/codecov/codecov-action/pull/1583) - fix: bump eslint parser deps by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1586](https://redirect.github.com/codecov/codecov-action/pull/1586) - chore(release):4.6.0 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1587](https://redirect.github.com/codecov/codecov-action/pull/1587) #### New Contributors - [@nicholas-codecov](https://redirect.github.com/nicholas-codecov) made their first contribution in [https://github.com/codecov/codecov-action/pull/1536](https://redirect.github.com/codecov/codecov-action/pull/1536) - [@Hawthorne001](https://redirect.github.com/Hawthorne001) made their first contribution in [https://github.com/codecov/codecov-action/pull/1555](https://redirect.github.com/codecov/codecov-action/pull/1555) - [@webknjaz](https://redirect.github.com/webknjaz) made their first contribution in [https://github.com/codecov/codecov-action/pull/1560](https://redirect.github.com/codecov/codecov-action/pull/1560) - [@shoothzj](https://redirect.github.com/shoothzj) made their first contribution in [https://github.com/codecov/codecov-action/pull/1578](https://redirect.github.com/codecov/codecov-action/pull/1578) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0 ### [`v4.5.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) ##### What's Changed - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://redirect.github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://redirect.github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://redirect.github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://redirect.github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://redirect.github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://redirect.github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://redirect.github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://redirect.github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://redirect.github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://redirect.github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://redirect.github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://redirect.github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://redirect.github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://redirect.github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://redirect.github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@leofeyer](https://redirect.github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://redirect.github.com/codecov/codecov-action/pull/1477) ##### New Contributors - [@joseph-sentry](https://redirect.github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470) - [@leofeyer](https://redirect.github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0 ### [`v4.4.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1) #### What's Changed - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@shahar-h](https://redirect.github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@shahar-h](https://redirect.github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1 #### What's Changed - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@shahar-h](https://redirect.github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@shahar-h](https://redirect.github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) #### What's Changed - chore: Clarify isPullRequestFromFork by [@jsoref](https://redirect.github.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://redirect.github.com/codecov/codecov-action/pull/1411) - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://redirect.github.com/codecov/codecov-action/pull/1423) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://redirect.github.com/codecov/codecov-action/pull/1421) - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://redirect.github.com/codecov/codecov-action/pull/1420) - feat: remove GPG and run on spawn by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://redirect.github.com/codecov/codecov-action/pull/1426) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://redirect.github.com/codecov/codecov-action/pull/1428) - chore(release): 4.4.0 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://redirect.github.com/codecov/codecov-action/pull/1430) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0 ### [`v4.3.1`](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0) #### What's Changed - fix: automatically detect if using GitHub enterprise by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://redirect.github.com/codecov/codecov-action/pull/1356) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://redirect.github.com/codecov/codecov-action/pull/1355) - build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://redirect.github.com/codecov/codecov-action/pull/1360) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://redirect.github.com/codecov/codecov-action/pull/1364) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://redirect.github.com/codecov/codecov-action/pull/1363) - feat: add network params by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://redirect.github.com/codecov/codecov-action/pull/1365) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://redirect.github.com/codecov/codecov-action/pull/1361) - chore(release): v4.3.0 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://redirect.github.com/codecov/codecov-action/pull/1366) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) #### What's Changed - chore(deps): update deps by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://redirect.github.com/codecov/codecov-action/pull/1351) - feat: allow for authentication via OIDC token by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://redirect.github.com/codecov/codecov-action/pull/1330) - fix: use_oidc shoudl be required false by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://redirect.github.com/codecov/codecov-action/pull/1353) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0 ### [`v4.1.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1) #### What's Changed - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://redirect.github.com/codecov/codecov-action/pull/1315) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://redirect.github.com/codecov/codecov-action/pull/1319) - Removed mention of Mercurial by [@drazisil-codecov](https://redirect.github.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://redirect.github.com/codecov/codecov-action/pull/1325) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://redirect.github.com/codecov/codecov-action/pull/1332) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://redirect.github.com/codecov/codecov-action/pull/1331) - fix: force version by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://redirect.github.com/codecov/codecov-action/pull/1329) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://redirect.github.com/codecov/codecov-action/pull/1334) - build(deps): bump undici from 5.28.2 to 5.28.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://redirect.github.com/codecov/codecov-action/pull/1338) - build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://redirect.github.com/codecov/codecov-action/pull/1341) - fix: typo in disable_safe_directory by [@mkroening](https://redirect.github.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343) - chore(release): 4.1.1 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://redirect.github.com/codecov/codecov-action/pull/1344) #### New Contributors - [@mkroening](https://redirect.github.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0) ##### What's Changed - fix: set safe directory by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://redirect.github.com/codecov/codecov-action/pull/1304) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://redirect.github.com/codecov/codecov-action/pull/1306) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://redirect.github.com/codecov/codecov-action/pull/1305) - chore(release): v4.1.0 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://redirect.github.com/codecov/codecov-action/pull/1307) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0 ### [`v4.0.2`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.0.2) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2) ##### What's Changed - Update README.md by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://redirect.github.com/codecov/codecov-action/pull/1251) - build(deps-dev): bump [@types/jest](https://redirect.github.com/types/jest) from 29.5.11 to 29.5.12 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://redirect.github.com/codecov/codecov-action/pull/1257) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://redirect.github.com/codecov/codecov-action/pull/1266) - Escape pipes in table of arguments by [@jwodder](https://redirect.github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://redirect.github.com/codecov/codecov-action/pull/1265) - Add link to docs on Dependabot secrets by [@ianlewis](https://redirect.github.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://redirect.github.com/codecov/codecov-action/pull/1260) - fix: working-directory input for all stages by [@Bo98](https://redirect.github.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://redirect.github.com/codecov/codecov-action/pull/1272) - build(deps-dev): bump [@typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://redirect.github.com/codecov/codecov-action/pull/1271) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://redirect.github.com/codecov/codecov-action/pull/1269) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://redirect.github.com/codecov/codecov-action/pull/1298) - Use updated syntax for GitHub Markdown notes by [@jamacku](https://redirect.github.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://redirect.github.com/codecov/codecov-action/pull/1300) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://redirect.github.com/codecov/codecov-action/pull/1290) - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://redirect.github.com/codecov/codecov-action/pull/1286) - chore(release): bump to 4.0.2 by [@thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://redirect.github.com/codecov/codecov-action/pull/1302) ##### New Contributors - [@jwodder](https://redirect.github.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://redirect.github.com/codecov/codecov-action/pull/1265) - [@ianlewis](https://redirect.github.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://redirect.github.com/codecov/codecov-action/pull/1260) - [@Bo98](https://redirect.github.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://redirect.github.com/codecov/codecov-action/pull/1272) - [@jamacku](https://redirect.github.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://redirect.github.com/codecov/codecov-action/pull/1300) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.