-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add support for tokenless v3 #1410
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1410 +/- ##
==========================================
- Coverage 91.66% 90.35% -1.32%
==========================================
Files 4 4
Lines 312 311 -1
Branches 85 84 -1
==========================================
- Hits 286 281 -5
- Misses 26 30 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/buildExec.ts
Outdated
@@ -31,7 +31,7 @@ const getGitService = (): string => { | |||
|
|||
const isFork = (): boolean => { | |||
if ( | |||
`${context.eventName}` !== 'pull_request' || | |||
`${context.eventName}` !== 'pull_request' && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
9a328fc
to
b7e79c8
Compare
@@ -47,6 +47,7 @@ const isPullRequestFromFork = (): boolean => { | |||
const getToken = async (): Promise<string> => { | |||
if (isPullRequestFromFork()) { | |||
core.info('==> Fork detected, tokenless uploading used'); | |||
process.env['TOKENLESS'] = context.payload.pull_request.head.label; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you in this PR description link to the CLI change that is consuming this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need some documentation to how this will be consumed
@joseph-sentry you will need to run |
b7e79c8
to
a193b6d
Compare
a193b6d
to
6c9378e
Compare
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | patch | `v4.1.6` -> `v4.1.7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | minor | `v4.4.1` -> `v4.5.0` | | [renovatebot/github-action](https://github.com/renovatebot/github-action) | action | patch | `v40.1.11` -> `v40.1.12` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://github.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://github.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@​orhantoy](https://github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://github.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@​jww3](https://github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://github.com/actions/checkout/pull/1776) </details> <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.5.0`](https://github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) #### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@​leofeyer](https://github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://github.com/codecov/codecov-action/pull/1477) #### New Contributors - [@​joseph-sentry](https://github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - [@​leofeyer](https://github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) **Full Changelog**: codecov/codecov-action@v4.4.1...v4.5.0 </details> <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v40.1.12`](https://github.com/renovatebot/github-action/releases/tag/v40.1.12) [Compare Source](https://github.com/renovatebot/github-action/compare/v40.1.11...v40.1.12) ##### Documentation - add section about commit signing using GitHub App ([#​838](https://github.com/renovatebot/github-action/issues/838)) ([6537be5](https://github.com/renovatebot/github-action/commit/6537be502beb6ec24d09026f88f1fccf1f716890)) - clarify file naming ([#​835](https://github.com/renovatebot/github-action/issues/835)) ([e063ae9](https://github.com/renovatebot/github-action/commit/e063ae963e472fcbda01b080631c7cc4d42d732a)) - update references to actions/checkout to v4.1.5 ([9f55642](https://github.com/renovatebot/github-action/commit/9f556420b415b25d5cb3004f280e181fc52bf795)) - update references to actions/checkout to v4.1.6 ([ef89c4f](https://github.com/renovatebot/github-action/commit/ef89c4f2784ce14b5d8d9f1cb4e7ebb35c851c11)) - update references to ghcr.io/renovatebot/renovate to v37.342.1 ([9912bcb](https://github.com/renovatebot/github-action/commit/9912bcb97df4615c446b93de13a0951c165215f7)) - update references to ghcr.io/renovatebot/renovate to v37.356.1 ([fb25c83](https://github.com/renovatebot/github-action/commit/fb25c831953a81748b9f1b121a4fb0e927f9f34b)) - update references to ghcr.io/renovatebot/renovate to v37.385.0 ([af35cfd](https://github.com/renovatebot/github-action/commit/af35cfd69505ff53eca31ab9cc4716390eab289e)) - update references to renovatebot/github-action to v40.1.11 ([ded0be5](https://github.com/renovatebot/github-action/commit/ded0be57b427f64ffcb247ee675cfc84ca1e26d7)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://github.com/types/node) to v20.12.10 ([b03198a](https://github.com/renovatebot/github-action/commit/b03198a090960eeacfe91c80c257422cc4ffc587)) - **deps:** update dependency [@​types/node](https://github.com/types/node) to v20.12.11 ([264a396](https://github.com/renovatebot/github-action/commit/264a396747cce18ad09968d7edd7b3d42f22d24c)) - **deps:** update dependency [@​types/node](https://github.com/types/node) to v20.12.12 ([38a7ea3](https://github.com/renovatebot/github-action/commit/38a7ea3b017ffaf094ade08501a3f8ce38427bc0)) - **deps:** update dependency [@​types/node](https://github.com/types/node) to v20.12.8 ([809e5eb](https://github.com/renovatebot/github-action/commit/809e5eb2d7c57149cfaa5811cc7207b1fb07c0a0)) - **deps:** update dependency [@​types/node](https://github.com/types/node) to v20.12.9 ([bfe08a7](https://github.com/renovatebot/github-action/commit/bfe08a7f2ab21b93ba2c7af5bb8141ed80f5451c)) - **deps:** update dependency lint-staged to v15.2.4 ([e2c0ea7](https://github.com/renovatebot/github-action/commit/e2c0ea7650c5bc2918b744eddc8bc9f45f9d78a2)) - **deps:** update dependency lint-staged to v15.2.5 ([d9d9189](https://github.com/renovatebot/github-action/commit/d9d9189a63217d41dc2b46e41dcfab3152f9ffb9)) - **deps:** update dependency npm-run-all2 to v6.2.0 ([05e22d8](https://github.com/renovatebot/github-action/commit/05e22d86dff0511bb8c40afe9daf6f2fbf2e1897)) - **deps:** update dependency rimraf to v5.0.6 ([04130f6](https://github.com/renovatebot/github-action/commit/04130f6d4c94ec0c62d18da0b2daa4ee90bc9609)) - **deps:** update dependency rimraf to v5.0.7 ([c77a685](https://github.com/renovatebot/github-action/commit/c77a6852c5d0d7421b0b5d987617695e1cbe5d24)) - **deps:** update dependency semantic-release to v23.1.1 ([2129005](https://github.com/renovatebot/github-action/commit/21290052d4e870e43a87feca58731d3d943578b2)) - **deps:** update pnpm to v8.15.8 ([c40251f](https://github.com/renovatebot/github-action/commit/c40251f758fe5ceac86e0569d5dd512145a1d852)) ##### Build System - **deps:** lock file maintenance ([2b0dd43](https://github.com/renovatebot/github-action/commit/2b0dd43600e17c9de973b1d2daacae3e2e73c9b5)) ##### Continuous Integration - **deps:** update actions/checkout action to v4.1.5 ([726c6ce](https://github.com/renovatebot/github-action/commit/726c6ce34c0d699156ba33507bb70be495a46186)) - **deps:** update actions/checkout action to v4.1.6 ([c469b8b](https://github.com/renovatebot/github-action/commit/c469b8b354d1eb80ba1e0f031057c07b8a59444e)) - **deps:** update renovate docker tag to v37.327.2 ([a5a32e5](https://github.com/renovatebot/github-action/commit/a5a32e51a075f1ebac37777cf18f650a32fb529c)) - **deps:** update renovate docker tag to v37.329.0 ([80ac7b0](https://github.com/renovatebot/github-action/commit/80ac7b01be6172f24aba9717faee95ffee97585f)) - **deps:** update renovate docker tag to v37.329.1 ([c860f8b](https://github.com/renovatebot/github-action/commit/c860f8b8964e1d91b9ca08683205603662fed18c)) - **deps:** update renovate docker tag to v37.330.0 ([4ac1023](https://github.com/renovatebot/github-action/commit/4ac10236c5baeb06e177f8190ab8758c50326cee)) - **deps:** update renovate docker tag to v37.336.0 ([c3a2a92](https://github.com/renovatebot/github-action/commit/c3a2a928e119581e14718c5d12a02f8d71e3a6ee)) - **deps:** update renovate docker tag to v37.340.4 ([a5c073e](https://github.com/renovatebot/github-action/commit/a5c073e469ee7a1102440ee4ae7f24fdfb4c7948)) - **deps:** update renovate docker tag to v37.340.5 ([7c8209b](https://github.com/renovatebot/github-action/commit/7c8209bb7c099736295c3638e38d333f1e54927f)) - **deps:** update renovate docker tag to v37.340.7 ([#​836](https://github.com/renovatebot/github-action/issues/836)) ([c83cffd](https://github.com/renovatebot/github-action/commit/c83cffd8fdbfb314cddd0d43b7f37b4b5ef19cf2)) - **deps:** update renovate docker tag to v37.340.8 ([747a790](https://github.com/renovatebot/github-action/commit/747a790b165a5dce90d41fd6dfe4b8a8ba800579)) - **deps:** update renovate docker tag to v37.340.9 ([9510584](https://github.com/renovatebot/github-action/commit/95105845ebd7d51e8e6c84ec030c923d3a01aeb0)) - **deps:** update renovate docker tag to v37.342.1 ([8370a32](https://github.com/renovatebot/github-action/commit/8370a32dd5944d75ec6b46a339cc0aea175d4989)) - **deps:** update renovate docker tag to v37.347.0 ([f30f9cd](https://github.com/renovatebot/github-action/commit/f30f9cd8d50d50d1662219d698935b2ae0f2d766)) - **deps:** update renovate docker tag to v37.349.2 ([ccae59d](https://github.com/renovatebot/github-action/commit/ccae59db5d3ef0b7c8cc3b8f4555dd0404f5d8ef)) - **deps:** update renovate docker tag to v37.349.3 ([c3f50f9](https://github.com/renovatebot/github-action/commit/c3f50f9b44a55c6f999540eb0476b12fea58d320)) - **deps:** update renovate docker tag to v37.351.2 ([5aa9fd4](https://github.com/renovatebot/github-action/commit/5aa9fd46f8c589ae1835c7da88707087c3806128)) - **deps:** update renovate docker tag to v37.353.0 ([fc254a7](https://github.com/renovatebot/github-action/commit/fc254a73a4fd852140702be0139f94696d6afbce)) - **deps:** update renovate docker tag to v37.353.1 ([32702b1](https://github.com/renovatebot/github-action/commit/32702b14ab1b59cc09068f98363e0e5e141b6451)) - **deps:** update renovate docker tag to v37.354.1 ([64b8e78](https://github.com/renovatebot/github-action/commit/64b8e786f7c0018adaa804ea5abfe5a79952b90d)) - **deps:** update renovate docker tag to v37.354.6 ([835916b](https://github.com/renovatebot/github-action/commit/835916b732a41521c853a977237d65e291f16052)) - **deps:** update renovate docker tag to v37.355.1 ([fa66f0f](https://github.com/renovatebot/github-action/commit/fa66f0ff32e0164b85f37d788ddab92f2cab2f17)) - **deps:** update renovate docker tag to v37.356.0 ([f26bed6](https://github.com/renovatebot/github-action/commit/f26bed602856bd57505a47729b51a5ca9477969b)) - **deps:** update renovate docker tag to v37.356.1 ([0cb6900](https://github.com/renovatebot/github-action/commit/0cb69003a70da39e0cd38dcb268214e63f56ba39)) - **deps:** update renovate docker tag to v37.358.0 ([8d0582d](https://github.com/renovatebot/github-action/commit/8d0582d0337d6ebbbad3748b03bd03a95dcae61e)) - **deps:** update renovate docker tag to v37.363.9 ([1bb8d42](https://github.com/renovatebot/github-action/commit/1bb8d42866ba2bad4194025ddc4145de83f076c7)) - **deps:** update renovate docker tag to v37.368.1 ([012ab12](https://github.com/renovatebot/github-action/commit/012ab121a89fd9aaea061a444e98305eb1411388)) - **deps:** update renovate docker tag to v37.368.6 ([129d6fe](https://github.com/renovatebot/github-action/commit/129d6fead07bd76b341fe9d7da6dbf8753e785b2)) - **deps:** update renovate docker tag to v37.368.7 ([f4404cb](https://github.com/renovatebot/github-action/commit/f4404cb99963a0ff826684e4069b079cdc805e01)) - **deps:** update renovate docker tag to v37.368.9 ([45e5900](https://github.com/renovatebot/github-action/commit/45e590035ffa37686885cb8d15cc5d05f0585715)) - **deps:** update renovate docker tag to v37.371.1 ([e966f22](https://github.com/renovatebot/github-action/commit/e966f228d3c26b9d59a53b68385fdaf14aefb333)) - **deps:** update renovate docker tag to v37.374.3 ([ed9467d](https://github.com/renovatebot/github-action/commit/ed9467d63e501a7e9e4278bc78ae01513c7a970e)) - **deps:** update renovate docker tag to v37.375.2 ([a57ae60](https://github.com/renovatebot/github-action/commit/a57ae609afe8909882d2993eb42257af730efe16)) - **deps:** update renovate docker tag to v37.377.0 ([7cd9e62](https://github.com/renovatebot/github-action/commit/7cd9e62c064773130d312f57f3b40e86de3571cd)) - **deps:** update renovate docker tag to v37.377.2 ([c5b906f](https://github.com/renovatebot/github-action/commit/c5b906f5713e2fda647190ad655578e687259dc0)) - **deps:** update renovate docker tag to v37.377.4 ([11c642f](https://github.com/renovatebot/github-action/commit/11c642fc174a22c44e4b4d7f9061dd620277861e)) - **deps:** update renovate docker tag to v37.377.5 ([6be22c7](https://github.com/renovatebot/github-action/commit/6be22c7d53cd676f698ce343b61e1cc792b58ef6)) - **deps:** update renovate docker tag to v37.377.6 ([1c7d894](https://github.com/renovatebot/github-action/commit/1c7d894f0988ccb81d6684b78c3dd6126c9cd0fd)) - **deps:** update renovate docker tag to v37.377.7 ([eeb5134](https://github.com/renovatebot/github-action/commit/eeb5134ff67e97b0b8e3b6f23a68ae1f129badd3)) - **deps:** update renovate docker tag to v37.377.8 ([9d4b1c8](https://github.com/renovatebot/github-action/commit/9d4b1c86613e3e2807fd93bcc4ee42ee4800f004)) - **deps:** update renovate docker tag to v37.379.0 ([72ad8b1](https://github.com/renovatebot/github-action/commit/72ad8b19421c1e310818c0732187f00706323536)) - **deps:** update renovate docker tag to v37.381.10 ([16df9eb](https://github.com/renovatebot/github-action/commit/16df9ebe4462114b7dc571e804795de6eb459814)) - **deps:** update renovate docker tag to v37.381.2 ([2fd6048](https://github.com/renovatebot/github-action/commit/2fd6048513690e1da59828fad87f2ed3ef7cb598)) - **deps:** update renovate docker tag to v37.381.3 ([2132b87](https://github.com/renovatebot/github-action/commit/2132b8745dc0e9dfbbc0edac29cf991510d2a958)) - **deps:** update renovate docker tag to v37.381.4 ([30625d1](https://github.com/renovatebot/github-action/commit/30625d1ce7067a50a5011042ea3f8a1d7ae51a77)) - **deps:** update renovate docker tag to v37.381.6 ([8050d3a](https://github.com/renovatebot/github-action/commit/8050d3afe4041a3649215e5d17176aea70d14b02)) - **deps:** update renovate docker tag to v37.381.7 ([6723050](https://github.com/renovatebot/github-action/commit/6723050f27bca3cd3be391f3f0eff5dbbc23dbbe)) - **deps:** update renovate docker tag to v37.381.8 ([fa4b235](https://github.com/renovatebot/github-action/commit/fa4b23586c3fcae4fe3945f4ef6872350268ee49)) - **deps:** update renovate docker tag to v37.381.9 ([d51bce0](https://github.com/renovatebot/github-action/commit/d51bce0f1382c975674ae56a60eeba4322e14af4)) - **deps:** update renovate docker tag to v37.382.3 ([a7244bf](https://github.com/renovatebot/github-action/commit/a7244bfd4a66b24c294e66f3fef2f681e65b0b7f)) - **deps:** update renovate docker tag to v37.382.4 ([9672df0](https://github.com/renovatebot/github-action/commit/9672df09e6d6725bcd3699c60208ec42b40587ed)) - **deps:** update renovate docker tag to v37.384.0 ([2499cb4](https://github.com/renovatebot/github-action/commit/2499cb44da5c7cdf0050ca21481ffcc8f1d33593)) - **deps:** update renovate docker tag to v37.385.0 ([40dc267](https://github.com/renovatebot/github-action/commit/40dc267f03f2d356a075cbaf499fa1ec8c467469)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: Renovate Bot GitHub <[email protected]>
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | minor | `v4.0.1` -> `v4.5.0` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.5.0`](https://github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@​leofeyer](https://github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://github.com/codecov/codecov-action/pull/1477) ##### New Contributors - [@​joseph-sentry](https://github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - [@​leofeyer](https://github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) **Full Changelog**: codecov/codecov-action@v4.4.1...v4.5.0 ### [`v4.4.1`](https://github.com/codecov/codecov-action/releases/tag/v4.4.1) [Compare Source](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://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) **Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1 #### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) **Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1 ### [`v4.4.0`](https://github.com/codecov/codecov-action/releases/tag/v4.4.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) #### What's Changed - chore: Clarify isPullRequestFromFork by [@​jsoref](https://github.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://github.com/codecov/codecov-action/pull/1411) - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://github.com/codecov/codecov-action/pull/1423) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://github.com/codecov/codecov-action/pull/1421) - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://github.com/codecov/codecov-action/pull/1420) - feat: remove GPG and run on spawn by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://github.com/codecov/codecov-action/pull/1426) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://github.com/codecov/codecov-action/pull/1428) - chore(release): 4.4.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://github.com/codecov/codecov-action/pull/1430) **Full Changelog**: codecov/codecov-action@v4.3.1...v4.4.0 ### [`v4.3.1`](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://github.com/codecov/codecov-action/releases/tag/v4.3.0) [Compare Source](https://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://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://github.com/codecov/codecov-action/pull/1356) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://github.com/codecov/codecov-action/pull/1355) - build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://github.com/codecov/codecov-action/pull/1360) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://github.com/codecov/codecov-action/pull/1364) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://github.com/codecov/codecov-action/pull/1363) - feat: add network params by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://github.com/codecov/codecov-action/pull/1365) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://github.com/codecov/codecov-action/pull/1361) - chore(release): v4.3.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://github.com/codecov/codecov-action/pull/1366) **Full Changelog**: codecov/codecov-action@v4.2.0...v4.3.0 ### [`v4.2.0`](https://github.com/codecov/codecov-action/releases/tag/v4.2.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) #### What's Changed - chore(deps): update deps by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://github.com/codecov/codecov-action/pull/1351) - feat: allow for authentication via OIDC token by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://github.com/codecov/codecov-action/pull/1330) - fix: use_oidc shoudl be required false by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://github.com/codecov/codecov-action/pull/1353) **Full Changelog**: codecov/codecov-action@v4.1.1...v4.2.0 ### [`v4.1.1`](https://github.com/codecov/codecov-action/releases/tag/v4.1.1) [Compare Source](https://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://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://github.com/codecov/codecov-action/pull/1315) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://github.com/codecov/codecov-action/pull/1319) - Removed mention of Mercurial by [@​drazisil-codecov](https://github.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://github.com/codecov/codecov-action/pull/1325) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://github.com/codecov/codecov-action/pull/1332) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://github.com/codecov/codecov-action/pull/1331) - fix: force version by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://github.com/codecov/codecov-action/pull/1329) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://github.com/codecov/codecov-action/pull/1334) - build(deps): bump undici from 5.28.2 to 5.28.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://github.com/codecov/codecov-action/pull/1338) - build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://github.com/codecov/codecov-action/pull/1341) - fix: typo in disable_safe_directory by [@​mkroening](https://github.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://github.com/codecov/codecov-action/pull/1343) - chore(release): 4.1.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://github.com/codecov/codecov-action/pull/1344) #### New Contributors - [@​mkroening](https://github.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://github.com/codecov/codecov-action/pull/1343) **Full Changelog**: codecov/codecov-action@v4.1.0...v4.1.1 ### [`v4.1.0`](https://github.com/codecov/codecov-action/releases/tag/v4.1.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0) ##### What's Changed - fix: set safe directory by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://github.com/codecov/codecov-action/pull/1304) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://github.com/codecov/codecov-action/pull/1306) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://github.com/codecov/codecov-action/pull/1305) - chore(release): v4.1.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://github.com/codecov/codecov-action/pull/1307) **Full Changelog**: codecov/codecov-action@v4.0.2...v4.1.0 ### [`v4.0.2`](https://github.com/codecov/codecov-action/releases/tag/v4.0.2) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2) ##### What's Changed - Update README.md by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://github.com/codecov/codecov-action/pull/1251) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.11 to 29.5.12 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://github.com/codecov/codecov-action/pull/1257) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://github.com/codecov/codecov-action/pull/1266) - Escape pipes in table of arguments by [@​jwodder](https://github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - Add link to docs on Dependabot secrets by [@​ianlewis](https://github.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - fix: working-directory input for all stages by [@​Bo98](https://github.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://github.com/codecov/codecov-action/pull/1271) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://github.com/codecov/codecov-action/pull/1269) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://github.com/codecov/codecov-action/pull/1298) - Use updated syntax for GitHub Markdown notes by [@​jamacku](https://github.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://github.com/codecov/codecov-action/pull/1290) - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://github.com/codecov/codecov-action/pull/1286) - chore(release): bump to 4.0.2 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://github.com/codecov/codecov-action/pull/1302) ##### New Contributors - [@​jwodder](https://github.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - [@​ianlewis](https://github.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - [@​Bo98](https://github.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - [@​jamacku](https://github.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) **Full Changelog**: codecov/codecov-action@v4.0.1...v4.0.2 </details> --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/kula-app/OnLaunch-Android-Client). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | minor | `v4.0.1` -> `v4.5.0` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.5.0`](https://github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@​leofeyer](https://github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://github.com/codecov/codecov-action/pull/1477) ##### New Contributors - [@​joseph-sentry](https://github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - [@​leofeyer](https://github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) **Full Changelog**: codecov/codecov-action@v4.4.1...v4.5.0 ### [`v4.4.1`](https://github.com/codecov/codecov-action/releases/tag/v4.4.1) [Compare Source](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://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) **Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1 #### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) **Full Changelog**: codecov/codecov-action@v4.4.0...v4.4.1 ### [`v4.4.0`](https://github.com/codecov/codecov-action/releases/tag/v4.4.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) #### What's Changed - chore: Clarify isPullRequestFromFork by [@​jsoref](https://github.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://github.com/codecov/codecov-action/pull/1411) - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://github.com/codecov/codecov-action/pull/1423) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://github.com/codecov/codecov-action/pull/1421) - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://github.com/codecov/codecov-action/pull/1420) - feat: remove GPG and run on spawn by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://github.com/codecov/codecov-action/pull/1426) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://github.com/codecov/codecov-action/pull/1428) - chore(release): 4.4.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://github.com/codecov/codecov-action/pull/1430) **Full Changelog**: codecov/codecov-action@v4.3.1...v4.4.0 ### [`v4.3.1`](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://github.com/codecov/codecov-action/releases/tag/v4.3.0) [Compare Source](https://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://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://github.com/codecov/codecov-action/pull/1356) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://github.com/codecov/codecov-action/pull/1355) - build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://github.com/codecov/codecov-action/pull/1360) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://github.com/codecov/codecov-action/pull/1364) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://github.com/codecov/codecov-action/pull/1363) - feat: add network params by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://github.com/codecov/codecov-action/pull/1365) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://github.com/codecov/codecov-action/pull/1361) - chore(release): v4.3.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://github.com/codecov/codecov-action/pull/1366) **Full Changelog**: codecov/codecov-action@v4.2.0...v4.3.0 ### [`v4.2.0`](https://github.com/codecov/codecov-action/releases/tag/v4.2.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) #### What's Changed - chore(deps): update deps by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://github.com/codecov/codecov-action/pull/1351) - feat: allow for authentication via OIDC token by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://github.com/codecov/codecov-action/pull/1330) - fix: use_oidc shoudl be required false by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://github.com/codecov/codecov-action/pull/1353) **Full Changelog**: codecov/codecov-action@v4.1.1...v4.2.0 ### [`v4.1.1`](https://github.com/codecov/codecov-action/releases/tag/v4.1.1) [Compare Source](https://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://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://github.com/codecov/codecov-action/pull/1315) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://github.com/codecov/codecov-action/pull/1319) - Removed mention of Mercurial by [@​drazisil-codecov](https://github.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://github.com/codecov/codecov-action/pull/1325) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://github.com/codecov/codecov-action/pull/1332) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://github.com/codecov/codecov-action/pull/1331) - fix: force version by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://github.com/codecov/codecov-action/pull/1329) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://github.com/codecov/codecov-action/pull/1334) - build(deps): bump undici from 5.28.2 to 5.28.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://github.com/codecov/codecov-action/pull/1338) - build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://github.com/codecov/codecov-action/pull/1341) - fix: typo in disable_safe_directory by [@​mkroening](https://github.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://github.com/codecov/codecov-action/pull/1343) - chore(release): 4.1.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://github.com/codecov/codecov-action/pull/1344) #### New Contributors - [@​mkroening](https://github.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://github.com/codecov/codecov-action/pull/1343) **Full Changelog**: codecov/codecov-action@v4.1.0...v4.1.1 ### [`v4.1.0`](https://github.com/codecov/codecov-action/releases/tag/v4.1.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0) ##### What's Changed - fix: set safe directory by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://github.com/codecov/codecov-action/pull/1304) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://github.com/codecov/codecov-action/pull/1306) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://github.com/codecov/codecov-action/pull/1305) - chore(release): v4.1.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://github.com/codecov/codecov-action/pull/1307) **Full Changelog**: codecov/codecov-action@v4.0.2...v4.1.0 ### [`v4.0.2`](https://github.com/codecov/codecov-action/releases/tag/v4.0.2) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2) ##### What's Changed - Update README.md by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://github.com/codecov/codecov-action/pull/1251) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.11 to 29.5.12 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://github.com/codecov/codecov-action/pull/1257) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://github.com/codecov/codecov-action/pull/1266) - Escape pipes in table of arguments by [@​jwodder](https://github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - Add link to docs on Dependabot secrets by [@​ianlewis](https://github.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - fix: working-directory input for all stages by [@​Bo98](https://github.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://github.com/codecov/codecov-action/pull/1271) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://github.com/codecov/codecov-action/pull/1269) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://github.com/codecov/codecov-action/pull/1298) - Use updated syntax for GitHub Markdown notes by [@​jamacku](https://github.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://github.com/codecov/codecov-action/pull/1290) - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://github.com/codecov/codecov-action/pull/1286) - chore(release): bump to 4.0.2 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://github.com/codecov/codecov-action/pull/1302) ##### New Contributors - [@​jwodder](https://github.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - [@​ianlewis](https://github.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - [@​Bo98](https://github.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - [@​jamacku](https://github.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) **Full Changelog**: codecov/codecov-action@v4.0.1...v4.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/AhmedBaset/eslint-plugin-rtl-friendly). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://github.com/codecov/codecov-action) | action | major | `v3.1.6` -> `v4.5.0` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4.5.0`](https://github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@​joseph-sentry](https://github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@​leofeyer](https://github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://github.com/codecov/codecov-action/pull/1477) ##### New Contributors - [@​joseph-sentry](https://github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://github.com/codecov/codecov-action/pull/1470) - [@​leofeyer](https://github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://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://github.com/codecov/codecov-action/releases/tag/v4.4.1) [Compare Source](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://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://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://github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://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://github.com/codecov/codecov-action/releases/tag/v4.4.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) #### What's Changed - chore: Clarify isPullRequestFromFork by [@​jsoref](https://github.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://github.com/codecov/codecov-action/pull/1411) - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://github.com/codecov/codecov-action/pull/1423) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://github.com/codecov/codecov-action/pull/1421) - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://github.com/codecov/codecov-action/pull/1420) - feat: remove GPG and run on spawn by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://github.com/codecov/codecov-action/pull/1426) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://github.com/codecov/codecov-action/pull/1428) - chore(release): 4.4.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://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://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://github.com/codecov/codecov-action/releases/tag/v4.3.0) [Compare Source](https://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://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://github.com/codecov/codecov-action/pull/1356) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://github.com/codecov/codecov-action/pull/1355) - build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://github.com/codecov/codecov-action/pull/1360) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://github.com/codecov/codecov-action/pull/1364) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://github.com/codecov/codecov-action/pull/1363) - feat: add network params by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://github.com/codecov/codecov-action/pull/1365) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://github.com/codecov/codecov-action/pull/1361) - chore(release): v4.3.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://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://github.com/codecov/codecov-action/releases/tag/v4.2.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) #### What's Changed - chore(deps): update deps by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://github.com/codecov/codecov-action/pull/1351) - feat: allow for authentication via OIDC token by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://github.com/codecov/codecov-action/pull/1330) - fix: use_oidc shoudl be required false by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://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://github.com/codecov/codecov-action/releases/tag/v4.1.1) [Compare Source](https://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://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://github.com/codecov/codecov-action/pull/1315) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://github.com/codecov/codecov-action/pull/1319) - Removed mention of Mercurial by [@​drazisil-codecov](https://github.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://github.com/codecov/codecov-action/pull/1325) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://github.com/codecov/codecov-action/pull/1332) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://github.com/codecov/codecov-action/pull/1331) - fix: force version by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://github.com/codecov/codecov-action/pull/1329) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://github.com/codecov/codecov-action/pull/1334) - build(deps): bump undici from 5.28.2 to 5.28.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://github.com/codecov/codecov-action/pull/1338) - build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://github.com/codecov/codecov-action/pull/1341) - fix: typo in disable_safe_directory by [@​mkroening](https://github.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://github.com/codecov/codecov-action/pull/1343) - chore(release): 4.1.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://github.com/codecov/codecov-action/pull/1344) #### New Contributors - [@​mkroening](https://github.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://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://github.com/codecov/codecov-action/releases/tag/v4.1.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.2...v4.1.0) ##### What's Changed - fix: set safe directory by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1304](https://github.com/codecov/codecov-action/pull/1304) - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1306](https://github.com/codecov/codecov-action/pull/1306) - build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1305](https://github.com/codecov/codecov-action/pull/1305) - chore(release): v4.1.0 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1307](https://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://github.com/codecov/codecov-action/releases/tag/v4.0.2) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2) ##### What's Changed - Update README.md by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1251](https://github.com/codecov/codecov-action/pull/1251) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.11 to 29.5.12 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1257](https://github.com/codecov/codecov-action/pull/1257) - build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1266](https://github.com/codecov/codecov-action/pull/1266) - Escape pipes in table of arguments by [@​jwodder](https://github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - Add link to docs on Dependabot secrets by [@​ianlewis](https://github.com/ianlewis) in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - fix: working-directory input for all stages by [@​Bo98](https://github.com/Bo98) in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1271](https://github.com/codecov/codecov-action/pull/1271) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.20.0 to 6.21.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1269](https://github.com/codecov/codecov-action/pull/1269) - build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1298](https://github.com/codecov/codecov-action/pull/1298) - Use updated syntax for GitHub Markdown notes by [@​jamacku](https://github.com/jamacku) in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.21.0 to 7.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1290](https://github.com/codecov/codecov-action/pull/1290) - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1286](https://github.com/codecov/codecov-action/pull/1286) - chore(release): bump to 4.0.2 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1302](https://github.com/codecov/codecov-action/pull/1302) ##### New Contributors - [@​jwodder](https://github.com/jwodder) made their first contribution in [https://github.com/codecov/codecov-action/pull/1265](https://github.com/codecov/codecov-action/pull/1265) - [@​ianlewis](https://github.com/ianlewis) made their first contribution in [https://github.com/codecov/codecov-action/pull/1260](https://github.com/codecov/codecov-action/pull/1260) - [@​Bo98](https://github.com/Bo98) made their first contribution in [https://github.com/codecov/codecov-action/pull/1272](https://github.com/codecov/codecov-action/pull/1272) - [@​jamacku](https://github.com/jamacku) made their first contribution in [https://github.com/codecov/codecov-action/pull/1300](https://github.com/codecov/codecov-action/pull/1300) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2 ### [`v4.0.1`](https://github.com/codecov/codecov-action/releases/tag/v4.0.1) [Compare Source](https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1) ##### What's Changed - Update README.md by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1243](https://github.com/codecov/codecov-action/pull/1243) - Add all args by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1245](https://github.com/codecov/codecov-action/pull/1245) - fix: show both token uses in readme by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1250](https://github.com/codecov/codecov-action/pull/1250) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.0.0...v4.0.1 ### [`v4.0.0`](https://github.com/codecov/codecov-action/releases/tag/v4.0.0) [Compare Source](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0) v4 of the Codecov Action uses the [CLI](https://docs.codecov.com/docs/the-codecov-cli) as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features. ##### Breaking Changes - The Codecov Action runs as a `node20` action due to `node16` deprecation. See [this post from GitHub](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/) on how to migrate. - Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This [doc](https://docs.codecov.com/docs/adding-the-codecov-token#github-actions) shows instructions on how to add the Codecov token. - OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our [CLI download page](https://cli.codecov.io) - Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs `v3` versions and below will not have access to CLI features (e.g. global upload token, ATS). ##### What's Changed - build(deps): bump openpgp from 5.8.0 to 5.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/985](https://github.com/codecov/codecov-action/pull/985) - build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1000](https://github.com/codecov/codecov-action/pull/1000) - build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1006](https://github.com/codecov/codecov-action/pull/1006) - build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1013](https://github.com/codecov/codecov-action/pull/1013) - build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1024](https://github.com/codecov/codecov-action/pull/1024) - build(deps): bump node-fetch from 3.3.1 to 3.3.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1031](https://github.com/codecov/codecov-action/pull/1031) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.1.4 to 20.4.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1032](https://github.com/codecov/codecov-action/pull/1032) - build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1033](https://github.com/codecov/codecov-action/pull/1033) - build commit,report and upload args based on codecovcli by [@​dana-yaish](https://github.com/dana-yaish) in [https://github.com/codecov/codecov-action/pull/943](https://github.com/codecov/codecov-action/pull/943) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.4.5 to 20.5.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1055](https://github.com/codecov/codecov-action/pull/1055) - build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1051](https://github.com/codecov/codecov-action/pull/1051) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.5.3 to 20.5.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1058](https://github.com/codecov/codecov-action/pull/1058) - chore(deps): update outdated deps by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1059](https://github.com/codecov/codecov-action/pull/1059) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.5.4 to 20.5.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1060](https://github.com/codecov/codecov-action/pull/1060) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.4.1 to 6.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1065](https://github.com/codecov/codecov-action/pull/1065) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.4.1 to 6.5.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1064](https://github.com/codecov/codecov-action/pull/1064) - build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1063](https://github.com/codecov/codecov-action/pull/1063) - build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1061](https://github.com/codecov/codecov-action/pull/1061) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.5.6 to 20.5.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1062](https://github.com/codecov/codecov-action/pull/1062) - build(deps): bump openpgp from 5.9.0 to 5.10.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1066](https://github.com/codecov/codecov-action/pull/1066) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.5.7 to 20.5.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1070](https://github.com/codecov/codecov-action/pull/1070) - build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1069](https://github.com/codecov/codecov-action/pull/1069) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.5.0 to 6.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1072](https://github.com/codecov/codecov-action/pull/1072) - Update README.md by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1073](https://github.com/codecov/codecov-action/pull/1073) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.5.0 to 6.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1071](https://github.com/codecov/codecov-action/pull/1071) - build(deps-dev): bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1074](https://github.com/codecov/codecov-action/pull/1074) - build(deps): bump [@​actions/core](https://github.com/actions/core) from 1.10.0 to 1.10.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1081](https://github.com/codecov/codecov-action/pull/1081) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.6.0 to 6.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1080](https://github.com/codecov/codecov-action/pull/1080) - build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1078](https://github.com/codecov/codecov-action/pull/1078) - build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1077](https://github.com/codecov/codecov-action/pull/1077) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.5.9 to 20.6.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1075](https://github.com/codecov/codecov-action/pull/1075) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.6.0 to 6.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1079](https://github.com/codecov/codecov-action/pull/1079) - build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1076](https://github.com/codecov/codecov-action/pull/1076) - use cli instead of node uploader by [@​dana-yaish](https://github.com/dana-yaish) in [https://github.com/codecov/codecov-action/pull/1068](https://github.com/codecov/codecov-action/pull/1068) - chore(release): 4.0.0-beta.1 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1084](https://github.com/codecov/codecov-action/pull/1084) - not adding -n if empty to do-upload command by [@​dana-yaish](https://github.com/dana-yaish) in [https://github.com/codecov/codecov-action/pull/1085](https://github.com/codecov/codecov-action/pull/1085) - 4.0.0-beta.2 by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1086](https://github.com/codecov/codecov-action/pull/1086) - build(deps-dev): bump jest from 29.6.4 to 29.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1082](https://github.com/codecov/codecov-action/pull/1082) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.4 to 29.5.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1092](https://github.com/codecov/codecov-action/pull/1092) - build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1094](https://github.com/codecov/codecov-action/pull/1094) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.6.0 to 20.6.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1093](https://github.com/codecov/codecov-action/pull/1093) - build(deps): bump openpgp from 5.10.1 to 5.10.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1096](https://github.com/codecov/codecov-action/pull/1096) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.0 to 6.7.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1095](https://github.com/codecov/codecov-action/pull/1095) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.6.2 to 20.6.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1098](https://github.com/codecov/codecov-action/pull/1098) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.0 to 6.7.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1097](https://github.com/codecov/codecov-action/pull/1097) - feat: add plugins by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1099](https://github.com/codecov/codecov-action/pull/1099) - build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1104](https://github.com/codecov/codecov-action/pull/1104) - build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1102](https://github.com/codecov/codecov-action/pull/1102) - build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1101](https://github.com/codecov/codecov-action/pull/1101) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.2 to 6.7.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1108](https://github.com/codecov/codecov-action/pull/1108) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.6.3 to 20.7.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1107](https://github.com/codecov/codecov-action/pull/1107) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.2 to 6.7.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1106](https://github.com/codecov/codecov-action/pull/1106) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.7.0 to 20.7.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1111](https://github.com/codecov/codecov-action/pull/1111) - build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1113](https://github.com/codecov/codecov-action/pull/1113) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.7.1 to 20.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1112](https://github.com/codecov/codecov-action/pull/1112) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.8.0 to 20.8.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1114](https://github.com/codecov/codecov-action/pull/1114) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.3 to 6.7.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1115](https://github.com/codecov/codecov-action/pull/1115) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.4 to 6.7.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1123](https://github.com/codecov/codecov-action/pull/1123) - build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1120](https://github.com/codecov/codecov-action/pull/1120) - build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1119](https://github.com/codecov/codecov-action/pull/1119) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.3 to 6.7.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1122](https://github.com/codecov/codecov-action/pull/1122) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.8.2 to 20.8.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1121](https://github.com/codecov/codecov-action/pull/1121) - build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1117](https://github.com/codecov/codecov-action/pull/1117) - build(deps): bump [@​actions/github](https://github.com/actions/github) from 5.1.1 to 6.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1124](https://github.com/codecov/codecov-action/pull/1124) - build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1127](https://github.com/codecov/codecov-action/pull/1127) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.8.4 to 20.8.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1126](https://github.com/codecov/codecov-action/pull/1126) - build(deps-dev): bump [@​babel/traverse](https://github.com/babel/traverse) from 7.22.11 to 7.23.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1129](https://github.com/codecov/codecov-action/pull/1129) - build(deps): bump undici from 5.25.4 to 5.26.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1128](https://github.com/codecov/codecov-action/pull/1128) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.7.5 to 6.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1130](https://github.com/codecov/codecov-action/pull/1130) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.7.5 to 6.8.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1131](https://github.com/codecov/codecov-action/pull/1131) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.8.6 to 20.8.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1135](https://github.com/codecov/codecov-action/pull/1135) - build(deps-dev): bump [@​vercel/ncc](https://github.com/vercel/ncc) from 0.38.0 to 0.38.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1136](https://github.com/codecov/codecov-action/pull/1136) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.5 to 29.5.6 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1137](https://github.com/codecov/codecov-action/pull/1137) - build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1142](https://github.com/codecov/codecov-action/pull/1142) - build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1141](https://github.com/codecov/codecov-action/pull/1141) - build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1140](https://github.com/codecov/codecov-action/pull/1140) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.8.0 to 6.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1147](https://github.com/codecov/codecov-action/pull/1147) - build(deps-dev): bump [@​types/node](https://github.com/types/node) from 20.8.7 to 20.8.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1146](https://github.com/codecov/codecov-action/pull/1146) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.8.0 to 6.9.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1145](https://github.com/codecov/codecov-action/pull/1145) - chore(deps): move from node-fetch to undici by [@​thomasrockhu-codecov](https://github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1148](https://github.com/codecov/codecov-action/pull/1148) - build(deps): bump openpgp from 5.10.2 to 5.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1149](https://github.com/codecov/codecov-action/pull/1149) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.9.0 to 6.9.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1155](https://github.com/codecov/codecov-action/pull/1155) - build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1152](https://github.com/codecov/codecov-action/pull/1152) - build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1151](https://github.com/codecov/codecov-action/pull/1151) - build(deps): bump undici from 5.26.5 to 5.27.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1150](https://github.com/codecov/codecov-action/pull/1150) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.6 to 29.5.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1153](https://github.com/codecov/codecov-action/pull/1153) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.9.0 to 6.9.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1154](https://github.com/codecov/codecov-action/pull/1154) - build(deps): bump undici from 5.27.0 to 5.27.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1157](https://github.com/codecov/codecov-action/pull/1157) - build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1156](https://github.com/codecov/codecov-action/pull/1156) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.9.1 to 6.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1159](https://github.com/codecov/codecov-action/pull/1159) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.9.1 to 6.10.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1158](https://github.com/codecov/codecov-action/pull/1158) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.7 to 29.5.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1161](https://github.com/codecov/codecov-action/pull/1161) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.10.0 to 6.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1164](https://github.com/codecov/codecov-action/pull/1164) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.10.0 to 6.11.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1163](https://github.com/codecov/codecov-action/pull/1163) - build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1167](https://github.com/codecov/codecov-action/pull/1167) - build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1166](https://github.com/codecov/codecov-action/pull/1166) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.8 to 29.5.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1172](https://github.com/codecov/codecov-action/pull/1172) - build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1171](https://github.com/codecov/codecov-action/pull/1171) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.11.0 to 6.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1170](https://github.com/codecov/codecov-action/pull/1170) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.11.0 to 6.12.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1169](https://github.com/codecov/codecov-action/pull/1169) - build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1175](https://github.com/codecov/codecov-action/pull/1175) - build(deps): bump undici from 5.27.2 to 5.28.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1174](https://github.com/codecov/codecov-action/pull/1174) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.9 to 29.5.10 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1173](https://github.com/codecov/codecov-action/pull/1173) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.12.0 to 6.13.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1178](https://github.com/codecov/codecov-action/pull/1178) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.12.0 to 6.13.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1180](https://github.com/codecov/codecov-action/pull/1180) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.0 to 6.13.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1181](https://github.com/codecov/codecov-action/pull/1181) - build(deps): bump undici from 5.28.0 to 5.28.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1179](https://github.com/codecov/codecov-action/pull/1179) - build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1183](https://github.com/codecov/codecov-action/pull/1183) - build(deps): bump undici from 5.28.1 to 5.28.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1182](https://github.com/codecov/codecov-action/pull/1182) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.1 to 6.13.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1185](https://github.com/codecov/codecov-action/pull/1185) - build(deps-dev): bump [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) from 6.13.1 to 6.13.2 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1184](https://github.com/codecov/codecov-action/pull/1184) - build(deps-dev): bump [@​types/jest](https://github.com/types/jest) from 29.5.10 to 29.5.11 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1187](https://github.com/codecov/codecov-action/pull/1187) - build(deps): bump undici from 5.28.2 to 6.0.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1186](https://github.com/codecov/codecov-action/pull/1186) - build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1189](https://github.com/codecov/codecov-action/pull/1189) - build(deps): bump undici from 6.0.0 to 6.0.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1188](https://github.com/codecov/codecov-action/pull/1188) - build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1191](https://github.com/codecov/codecov-action/pull/1191) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 6.13.2 to 6.14.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1193](https://github.com/codecov/codecov-action/pull/1193) - build(deps-dev): bu </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/xmldom/is-dom-node). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The idea is that we will detect that if this action is being run from a PR and that PR is from a fork to an upstream repo then we should upload using tokenless, so we will set the TOKENLESS env var so that we can pass the necessary information for the CLI to upload using tokenless
Necessary for: codecov/codecov-cli#434