Skip to content
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

use cli instead of node uploader #1068

Merged
merged 4 commits into from Sep 13, 2023
Merged

use cli instead of node uploader #1068

merged 4 commits into from Sep 13, 2023

Conversation

dana-yaish
Copy link
Contributor

@dana-yaish dana-yaish commented Sep 1, 2023

Notes to reviewer:

  • Currently tokenless upload is not supported. Releasing this PR for users who are not using a codecov token will break their CI
  • CLI is now used in 3 platforms: windows, linux and mac. When the node uploader was used with 5 platforms, aarch64, alpine, linux, macos, windows
  • when using the file option, the CLI includes other files that it finds including the ones specified with the --file/-f when the node uploader only includes the explicitly specified files. the CLI has an option called --disable-search which doesn't automatically search for coverage files. When used with --flag/-f only those files are included. We can add this option whenever --file/-f is used. Tell my your thoughts on this

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #1068 (142f83f) into main (c9e0f0b) will increase coverage by 0.30%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1068      +/-   ##
==========================================
+ Coverage   95.84%   96.15%   +0.30%     
==========================================
  Files           4        4              
  Lines         337      208     -129     
  Branches      101       59      -42     
==========================================
- Hits          323      200     -123     
+ Misses         14        8       -6     
Flag Coverage Δ
demo 96.15% <100.00%> (+16.15%) ⬆️
macos-latest 96.15% <100.00%> (+0.30%) ⬆️
script 96.15% <100.00%> (-0.43%) ⬇️
ubuntu-latest 96.15% <100.00%> (+0.30%) ⬆️
version 96.15% <100.00%> (+16.15%) ⬆️
windows-latest 96.15% <100.00%> (+0.30%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/buildExec.ts 98.69% <100.00%> (+1.47%) ⬆️
src/helpers.ts 92.50% <100.00%> (+1.32%) ⬆️

.github/workflows/main.yml Outdated Show resolved Hide resolved
@@ -287,7 +85,7 @@ const buildGeneralExec = () => {
if (verbose) {
args.push('-v');
}
return args;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we should return somethign like

{
    url,
    verbose
}

instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the reason why we're returning args here, is that it encapsulates building the args with their options names. So if we're returning url and verbose, we would have to wrap each argument with it's option name in index.ts which I don't think is the right thing to do

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, I think we will want to do that eventually to be more clear what args is going to be, but can push off to another PR

'https://uploader.codecov.io/latest/linux/codecov',
'https://uploader.codecov.io/latest/macos/codecov',
'https://uploader.codecov.io/latest/windows/codecov.exe',
'https://cli.codecov.io/latest/linux/codecov',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, I know this isn't you, but this is definitely a breaking change. we need aarch64 and alpine builds. cc: @drazisil-codecov

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@t

oh, I know this isn't you, but this is definitely a breaking change. we need aarch64 and alpine builds. cc: @drazisil-codecov

@thomasrockhu-codecov Did you create a new issue for this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/helpers.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@thomasrockhu-codecov thomasrockhu-codecov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending log changes

dist/index.js Show resolved Hide resolved
@@ -287,7 +85,7 @@ const buildGeneralExec = () => {
if (verbose) {
args.push('-v');
}
return args;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see, I think we will want to do that eventually to be more clear what args is going to be, but can push off to another PR

@dana-yaish dana-yaish merged commit c9e4b73 into main Sep 13, 2023
14 checks passed
@dana-yaish dana-yaish deleted the dana/cli branch September 13, 2023 08:39
@lpsinger
Copy link

lpsinger commented Feb 7, 2024

Will support for tokenless uploads be coming back?

hogo6002 pushed a commit to google/osv-scanner that referenced this pull request Feb 29, 2024
[![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://togithub.com/codecov/codecov-action)
| action | major | `v3.1.6` -> `v4.1.0` |
|
[golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action)
| action | major | `v3.7.1` -> `v4.0.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.1.0`](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

###
[`v4.0.2`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://togithub.com/jwodder) in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://togithub.com/ianlewis) in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://togithub.com/Bo98) in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://togithub.com/jamacku) in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

##### New Contributors

- [@&#8203;jwodder](https://togithub.com/jwodder) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- [@&#8203;Bo98](https://togithub.com/Bo98) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- [@&#8203;jamacku](https://togithub.com/jamacku) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1243](https://togithub.com/codecov/codecov-action/pull/1243)
- Add all args by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1245](https://togithub.com/codecov/codecov-action/pull/1245)
- fix: show both token uses in readme by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1250](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/985](https://togithub.com/codecov/codecov-action/pull/985)
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1000](https://togithub.com/codecov/codecov-action/pull/1000)
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1006](https://togithub.com/codecov/codecov-action/pull/1006)
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1013](https://togithub.com/codecov/codecov-action/pull/1013)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1024](https://togithub.com/codecov/codecov-action/pull/1024)
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1031](https://togithub.com/codecov/codecov-action/pull/1031)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.1.4 to
20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1032](https://togithub.com/codecov/codecov-action/pull/1032)
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1033](https://togithub.com/codecov/codecov-action/pull/1033)
- build commit,report and upload args based on codecovcli by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/943](https://togithub.com/codecov/codecov-action/pull/943)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to
20.5.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1055](https://togithub.com/codecov/codecov-action/pull/1055)
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1051](https://togithub.com/codecov/codecov-action/pull/1051)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.3 to
20.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1058](https://togithub.com/codecov/codecov-action/pull/1058)
- chore(deps): update outdated deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1059](https://togithub.com/codecov/codecov-action/pull/1059)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.4 to
20.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1060](https://togithub.com/codecov/codecov-action/pull/1060)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1065](https://togithub.com/codecov/codecov-action/pull/1065)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1064](https://togithub.com/codecov/codecov-action/pull/1064)
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1063](https://togithub.com/codecov/codecov-action/pull/1063)
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1061](https://togithub.com/codecov/codecov-action/pull/1061)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.6 to
20.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1062](https://togithub.com/codecov/codecov-action/pull/1062)
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1066](https://togithub.com/codecov/codecov-action/pull/1066)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.7 to
20.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1070](https://togithub.com/codecov/codecov-action/pull/1070)
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1069](https://togithub.com/codecov/codecov-action/pull/1069)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1072](https://togithub.com/codecov/codecov-action/pull/1072)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1073](https://togithub.com/codecov/codecov-action/pull/1073)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1071](https://togithub.com/codecov/codecov-action/pull/1071)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to
0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1074](https://togithub.com/codecov/codecov-action/pull/1074)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1081](https://togithub.com/codecov/codecov-action/pull/1081)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1080](https://togithub.com/codecov/codecov-action/pull/1080)
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1078](https://togithub.com/codecov/codecov-action/pull/1078)
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1077](https://togithub.com/codecov/codecov-action/pull/1077)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1075](https://togithub.com/codecov/codecov-action/pull/1075)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1079](https://togithub.com/codecov/codecov-action/pull/1079)
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1076](https://togithub.com/codecov/codecov-action/pull/1076)
- use cli instead of node uploader by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1068](https://togithub.com/codecov/codecov-action/pull/1068)
- chore(release): 4.0.0-beta.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1084](https://togithub.com/codecov/codecov-action/pull/1084)
- not adding -n if empty to do-upload command by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1085](https://togithub.com/codecov/codecov-action/pull/1085)
- 4.0.0-beta.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1086](https://togithub.com/codecov/codecov-action/pull/1086)
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1082](https://togithub.com/codecov/codecov-action/pull/1082)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.4 to
29.5.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1092](https://togithub.com/codecov/codecov-action/pull/1092)
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1094](https://togithub.com/codecov/codecov-action/pull/1094)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.0 to
20.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1093](https://togithub.com/codecov/codecov-action/pull/1093)
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1096](https://togithub.com/codecov/codecov-action/pull/1096)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1095](https://togithub.com/codecov/codecov-action/pull/1095)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.2 to
20.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1098](https://togithub.com/codecov/codecov-action/pull/1098)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1097](https://togithub.com/codecov/codecov-action/pull/1097)
- feat: add plugins by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1099](https://togithub.com/codecov/codecov-action/pull/1099)
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1104](https://togithub.com/codecov/codecov-action/pull/1104)
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1102](https://togithub.com/codecov/codecov-action/pull/1102)
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1101](https://togithub.com/codecov/codecov-action/pull/1101)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1108](https://togithub.com/codecov/codecov-action/pull/1108)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.3 to
20.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1107](https://togithub.com/codecov/codecov-action/pull/1107)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1106](https://togithub.com/codecov/codecov-action/pull/1106)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.0 to
20.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1111](https://togithub.com/codecov/codecov-action/pull/1111)
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1113](https://togithub.com/codecov/codecov-action/pull/1113)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.1 to
20.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1112](https://togithub.com/codecov/codecov-action/pull/1112)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.0 to
20.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1114](https://togithub.com/codecov/codecov-action/pull/1114)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1115](https://togithub.com/codecov/codecov-action/pull/1115)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.4 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1123](https://togithub.com/codecov/codecov-action/pull/1123)
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1120](https://togithub.com/codecov/codecov-action/pull/1120)
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1119](https://togithub.com/codecov/codecov-action/pull/1119)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.3 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1122](https://togithub.com/codecov/codecov-action/pull/1122)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.2 to
20.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1121](https://togithub.com/codecov/codecov-action/pull/1121)
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1117](https://togithub.com/codecov/codecov-action/pull/1117)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1124](https://togithub.com/codecov/codecov-action/pull/1124)
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1127](https://togithub.com/codecov/codecov-action/pull/1127)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.4 to
20.8.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1126](https://togithub.com/codecov/codecov-action/pull/1126)
- build(deps-dev): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.11 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1129](https://togithub.com/codecov/codecov-action/pull/1129)
- build(deps): bump undici from 5.25.4 to 5.26.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1128](https://togithub.com/codecov/codecov-action/pull/1128)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1130](https://togithub.com/codecov/codecov-action/pull/1130)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1131](https://togithub.com/codecov/codecov-action/pull/1131)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.6 to
20.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1135](https://togithub.com/codecov/codecov-action/pull/1135)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to
0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1136](https://togithub.com/codecov/codecov-action/pull/1136)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.5 to
29.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1137](https://togithub.com/codecov/codecov-action/pull/1137)
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1142](https://togithub.com/codecov/codecov-action/pull/1142)
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1141](https://togithub.com/codecov/codecov-action/pull/1141)
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1140](https://togithub.com/codecov/codecov-action/pull/1140)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1147](https://togithub.com/codecov/codecov-action/pull/1147)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.7 to
20.8.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1146](https://togithub.com/codecov/codecov-action/pull/1146)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1145](https://togithub.com/codecov/codecov-action/pull/1145)
- chore(deps): move from node-fetch to undici by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1148](https://togithub.com/codecov/codecov-action/pull/1148)
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1149](https://togithub.com/codecov/codecov-action/pull/1149)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1155](https://togithub.com/codecov/codecov-action/pull/1155)
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1152](https://togithub.com/codecov/codecov-action/pull/1152)
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1151](https://togithub.com/codecov/codecov-action/pull/1151)
- build(deps): bump undici from 5.26.5 to 5.27.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1150](https://togithub.com/codecov/codecov-action/pull/1150)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.6 to
29.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1153](https://togithub.com/codecov/codecov-action/pull/1153)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1154](https://togithub.com/codecov/codecov-action/pull/1154)
- build(deps): bump undici from 5.27.0 to 5.27.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1157](https://togithub.com/codecov/codecov-action/pull/1157)
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1156](https://togithub.com/codecov/codecov-action/pull/1156)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1159](https://togithub.com/codecov/codecov-action/pull/1159)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1158](https://togithub.com/codecov/codecov-action/pull/1158)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.7 to
29.5.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1161](https://togithub.com/codecov/codecov-action/pull/1161)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1164](https://togithub.com/codecov/codecov-action/pull/1164)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1163](https://togithub.com/codecov/codecov-action/pull/1163)
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1167](https://togithub.com/codecov/codecov-action/pull/1167)
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1166](https://togithub.com/codecov/codecov-action/pull/1166)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.8 to
29.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1172](https://togithub.com/codecov/codecov-action/pull/1172)
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1171](https://togithub.com/codecov/codecov-action/pull/1171)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1170](https://togithub.com/codecov/codecov-action/pull/1170)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1169](https://togithub.com/codecov/codecov-action/pull/1169)
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1175](https://togithub.com/codecov/codecov-action/pull/1175)
- build(deps): bump undici from 5.27.2 to 5.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1174](https://togithub.com/codecov/codecov-action/pull/1174)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.9 to
29.5.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1173](https://togithub.com/codecov/codecov-action/pull/1173)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.12.0 to 6.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1178](https://togithub.com/codecov/codecov-action/pull/1178)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.12.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1180](https://togithub.com/codecov/codecov-action/pull/1180)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1181](https://togithub.com/codecov/codecov-action/pull/1181)
- build(deps): bump undici from 5.28.0 to 5.28.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1179](https://togithub.com/codecov/codecov-action/pull/1179)
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1183](https://togithub.com/codecov/codecov-action/pull/1183)
- build(deps): bump undici from 5.28.1 to 5.28.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1182](https://togithub.com/codecov/codecov-action/pull/1182)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1185](https://togithub.com/codecov/codecov-action/pull/1185)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1184](https://togithub.com/codecov/codecov-action/pull/1184)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.10 to
29.5.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1187](https://togithub.com/codecov/codecov-action/pull/1187)
- build(deps): bump undici from 5.28.2 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1186](https://togithub.com/codecov/codecov-action/pull/1186)
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1189](https://togithub.com/codecov/codecov-action/pull/1189)
- build(deps): bump undici from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1188](https://togithub.com/codecov/codecov-action/pull/1188)
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1191](https://togithub.com/codecov/codecov-action/pull/1191)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1193](https://togithub.com/codecov/codecov-action/pull/1193)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1192](https://togithub.com/codecov/codecov-action/pull/1192)
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1194](https://togithub.com/codecov/codecov-action/pull/1194)
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1195](https://togithub.com/codecov/codecov-action/pull/1195)
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1196](https://togithub.com/codecov/codecov-action/pull/1196)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1198](https://togithub.com/codecov/codecov-action/pull/1198)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1197](https://togithub.com/codecov/codecov-action/pull/1197)
- build(deps): bump undici from 6.0.1 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1199](https://togithub.com/codecov/codecov-action/pull/1199)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1206](https://togithub.com/codecov/codecov-action/pull/1206)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1205](https://togithub.com/codecov/codecov-action/pull/1205)
- build(deps): bump undici from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1201](https://togithub.com/codecov/codecov-action/pull/1201)
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1200](https://togithub.com/codecov/codecov-action/pull/1200)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1208](https://togithub.com/codecov/codecov-action/pull/1208)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1207](https://togithub.com/codecov/codecov-action/pull/1207)
- build(deps): bump undici from 6.2.1 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1211](https://togithub.com/codecov/codecov-action/pull/1211)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1210](https://togithub.com/codecov/codecov-action/pull/1210)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1209](https://togithub.com/codecov/codecov-action/pull/1209)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1215](https://togithub.com/codecov/codecov-action/pull/1215)
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1213](https://togithub.com/codecov/codecov-action/pull/1213)
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1212](https://togithub.com/codecov/codecov-action/pull/1212)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1214](https://togithub.com/codecov/codecov-action/pull/1214)
- fix: downgrade undici as it has a breaking change by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1219](https://togithub.com/codecov/codecov-action/pull/1219)
- fix: remove openpgp dep due to licensing and use gpg by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1218](https://togithub.com/codecov/codecov-action/pull/1218)
- chore(ci): add fossa workflow by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1216](https://togithub.com/codecov/codecov-action/pull/1216)
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1222](https://togithub.com/codecov/codecov-action/pull/1222)
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1221](https://togithub.com/codecov/codecov-action/pull/1221)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1225](https://togithub.com/codecov/codecov-action/pull/1225)
- build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1224](https://togithub.com/codecov/codecov-action/pull/1224)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1223](https://togithub.com/codecov/codecov-action/pull/1223)
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1232](https://togithub.com/codecov/codecov-action/pull/1232)
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1231](https://togithub.com/codecov/codecov-action/pull/1231)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1235](https://togithub.com/codecov/codecov-action/pull/1235)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1234](https://togithub.com/codecov/codecov-action/pull/1234)
- chore(ci): bump to node20 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1236](https://togithub.com/codecov/codecov-action/pull/1236)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1237](https://togithub.com/codecov/codecov-action/pull/1237)
- Update package.json by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1238](https://togithub.com/codecov/codecov-action/pull/1238)
- fix: allow for other archs by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1239](https://togithub.com/codecov/codecov-action/pull/1239)
- fix: update action.yml by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1240](https://togithub.com/codecov/codecov-action/pull/1240)

##### New Contributors

- [@&#8203;dana-yaish](https://togithub.com/dana-yaish) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/943](https://togithub.com/codecov/codecov-action/pull/943)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0

</details>

<details>
<summary>golangci/golangci-lint-action
(golangci/golangci-lint-action)</summary>

###
[`v4.0.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/golangci/golangci-lint-action/compare/v3.7.1...v4.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at v4.0.0 -->

#### What's Changed

##### Documentation

- docs: update examples by
[@&#8203;KunalSin9h](https://togithub.com/KunalSin9h) in
[https://github.com/golangci/golangci-lint-action/pull/826](https://togithub.com/golangci/golangci-lint-action/pull/826)
- docs: update section about GitHub Annotations by
[@&#8203;JustinDFuller](https://togithub.com/JustinDFuller) in
[https://github.com/golangci/golangci-lint-action/pull/931](https://togithub.com/golangci/golangci-lint-action/pull/931)

##### Dependencies

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.3.0 to 6.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/829](https://togithub.com/golangci/golangci-lint-action/pull/829)
- build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/830](https://togithub.com/golangci/golangci-lint-action/pull/830)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.0 to
20.5.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/827](https://togithub.com/golangci/golangci-lint-action/pull/827)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.3.0 to 6.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/831](https://togithub.com/golangci/golangci-lint-action/pull/831)
- build(deps-dev): bump prettier from 3.0.1 to 3.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/828](https://togithub.com/golangci/golangci-lint-action/pull/828)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.1 to
20.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/833](https://togithub.com/golangci/golangci-lint-action/pull/833)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.0 to 6.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/834](https://togithub.com/golangci/golangci-lint-action/pull/834)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.0 to 6.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/835](https://togithub.com/golangci/golangci-lint-action/pull/835)
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/837](https://togithub.com/golangci/golangci-lint-action/pull/837)
- build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/836](https://togithub.com/golangci/golangci-lint-action/pull/836)
- build(deps): bump
[@&#8203;types/semver](https://togithub.com/types/semver) from 7.5.0 to
7.5.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/838](https://togithub.com/golangci/golangci-lint-action/pull/838)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/839](https://togithub.com/golangci/golangci-lint-action/pull/839)
- build(deps-dev): bump prettier from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/842](https://togithub.com/golangci/golangci-lint-action/pull/842)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/840](https://togithub.com/golangci/golangci-lint-action/pull/840)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.7 to
20.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/841](https://togithub.com/golangci/golangci-lint-action/pull/841)
- chore: bump to use node20 runtime, actions/checkout to v4 by
[@&#8203;chenrui333](https://togithub.com/chenrui333) in
[https://github.com/golangci/golangci-lint-action/pull/843](https://togithub.com/golangci/golangci-lint-action/pull/843)
- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/845](https://togithub.com/golangci/golangci-lint-action/pull/845)
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/846](https://togithub.com/golangci/golangci-lint-action/pull/846)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/847](https://togithub.com/golangci/golangci-lint-action/pull/847)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/848](https://togithub.com/golangci/golangci-lint-action/pull/848)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to
0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/850](https://togithub.com/golangci/golangci-lint-action/pull/850)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/849](https://togithub.com/golangci/golangci-lint-action/pull/849)
- build(deps): bump
[@&#8203;types/semver](https://togithub.com/types/semver) from 7.5.1 to
7.5.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/853](https://togithub.com/golangci/golangci-lint-action/pull/853)
- build(deps): bump [@&#8203;types/tmp](https://togithub.com/types/tmp)
from 0.2.3 to 0.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/854](https://togithub.com/golangci/golangci-lint-action/pull/854)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/855](https://togithub.com/golangci/golangci-lint-action/pull/855)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.0 to
20.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/857](https://togithub.com/golangci/golangci-lint-action/pull/857)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/856](https://togithub.com/golangci/golangci-lint-action/pull/856)
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/859](https://togithub.com/golangci/golangci-lint-action/pull/859)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.2 to
20.6.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/860](https://togithub.com/golangci/golangci-lint-action/pull/860)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.6.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/861](https://togithub.com/golangci/golangci-lint-action/pull/861)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/862](https://togithub.com/golangci/golangci-lint-action/pull/862)
- build(deps): bump
[@&#8203;types/semver](https://togithub.com/types/semver) from 7.5.2 to
7.5.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/864](https://togithub.com/golangci/golangci-lint-action/pull/864)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/865](https://togithub.com/golangci/golangci-lint-action/pull/865)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.5 to
20.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/867](https://togithub.com/golangci/golangci-lint-action/pull/867)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/866](https://togithub.com/golangci/golangci-lint-action/pull/866)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/868](https://togithub.com/golangci/golangci-lint-action/pull/868)
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.0 to
20.8.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/869](https://togithub.com/golangci/golangci-lint-action/pull/869)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/golangci-lint-action/pull/870](https://togithub.com/golangci/golangci-lint-action/pull/870)
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/golangci/gola

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
zharinov added a commit to zharinov/verver that referenced this pull request Mar 17, 2024
[![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://togithub.com/codecov/codecov-action)
| action | major | `v3.1.6` -> `v4.1.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.1.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

- fix: set safe directory by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1304
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1306
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1305
- chore(release): v4.1.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1307

**Full Changelog**:
codecov/codecov-action@v4.0.2...v4.1.0

###
[`v4.0.2`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1251
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1257
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1266
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://togithub.com/jwodder) in
[codecov/codecov-action#1265
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://togithub.com/ianlewis) in
[codecov/codecov-action#1260
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://togithub.com/Bo98) in
[codecov/codecov-action#1272
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1271
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1269
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1298
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://togithub.com/jamacku) in
[codecov/codecov-action#1300
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1290
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1286
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1302

##### New Contributors

- [@&#8203;jwodder](https://togithub.com/jwodder) made their first
contribution in
[codecov/codecov-action#1265
- [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first
contribution in
[codecov/codecov-action#1260
- [@&#8203;Bo98](https://togithub.com/Bo98) made their first
contribution in
[codecov/codecov-action#1272
- [@&#8203;jamacku](https://togithub.com/jamacku) made their first
contribution in
[codecov/codecov-action#1300

**Full Changelog**:
codecov/codecov-action@v4.0.1...v4.0.2

###
[`v4.0.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1243
- Add all args by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1245
- fix: show both token uses in readme by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1250

**Full Changelog**:
codecov/codecov-action@v4.0.0...v4.0.1

###
[`v4.0.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#985
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1000
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1006
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1013
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1024
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1031
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.1.4 to
20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1032
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1033
- build commit,report and upload args based on codecovcli by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[codecov/codecov-action#943
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to
20.5.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1055
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1051
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.3 to
20.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1058
- chore(deps): update outdated deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1059
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.4 to
20.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1060
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1065
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1064
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1063
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1061
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.6 to
20.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1062
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1066
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.7 to
20.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1070
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1069
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1072
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1073
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1071
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to
0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1074
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1081
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1080
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1078
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1077
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1075
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1079
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1076
- use cli instead of node uploader by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[codecov/codecov-action#1068
- chore(release): 4.0.0-beta.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1084
- not adding -n if empty to do-upload command by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[codecov/codecov-action#1085
- 4.0.0-beta.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1086
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1082
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.4 to
29.5.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1092
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1094
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.0 to
20.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1093
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1096
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1095
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.2 to
20.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1098
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1097
- feat: add plugins by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1099
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1104
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1102
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1101
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1108
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.3 to
20.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1107
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1106
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.0 to
20.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1111
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1113
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.1 to
20.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1112
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.0 to
20.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1114
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1115
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.4 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1123
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1120
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1119
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.3 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1122
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.2 to
20.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1121
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1117
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1124
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1127
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.4 to
20.8.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1126
- build(deps-dev): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.11 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1129
- build(deps): bump undici from 5.25.4 to 5.26.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1128
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1130
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1131
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.6 to
20.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1135
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to
0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1136
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.5 to
29.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1137
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1142
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1141
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1140
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1147
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.7 to
20.8.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1146
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1145
- chore(deps): move from node-fetch to undici by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1148
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1149
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1155
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1152
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1151
- build(deps): bump undici from 5.26.5 to 5.27.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1150
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.6 to
29.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1153
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1154
- build(deps): bump undici from 5.27.0 to 5.27.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1157
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1156
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1159
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1158
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.7 to
29.5.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1161
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1164
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1163
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1167
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1166
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.8 to
29.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1172
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1171
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1170
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1169
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1175
- build(deps): bump undici from 5.27.2 to 5.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1174
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.9 to
29.5.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1173
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.12.0 to 6.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1178
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.12.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1180
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1181
- build(deps): bump undici from 5.28.0 to 5.28.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1179
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1183
- build(deps): bump undici from 5.28.1 to 5.28.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1182
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1185
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1184
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.10 to
29.5.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1187
- build(deps): bump undici from 5.28.2 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1186
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1189
- build(deps): bump undici from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1188
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1191
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1193
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1192
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1194
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1195
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1196
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1198
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1197
- build(deps): bump undici from 6.0.1 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1199
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1206
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1205
- build(deps): bump undici from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1201
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1200
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1208
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1207
- build(deps): bump undici from 6.2.1 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1211
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1210
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1209
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1215
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1213
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1212
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1214
- fix: downgrade undici as it has a breaking change by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1219
- fix: remove openpgp dep due to licensing and use gpg by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1218
- chore(ci): add fossa workflow by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1216
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1222
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1221
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1225
- build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1224
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1223
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1232
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1231
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1235
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[codecov/codecov-action#1234
- chore(ci): bump to node20 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1236
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1237
- Update package.json by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1238
- fix: allow for other archs by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1239
- fix: update action.yml by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1240

##### New Contributors

- [@&#8203;dana-yaish](https://togithub.com/dana-yaish) made their first
contribution in
[codecov/codecov-action#943

**Full Changelog**:
codecov/codecov-action@v3.1.6...v4.0.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/zharinov/verver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
beeme1mr pushed a commit to open-feature/dotnet-sdk that referenced this pull request Apr 11, 2024
[![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://togithub.com/codecov/codecov-action)
| action | major | `v3.1.6` -> `v4.3.0` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.3.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

- fix: automatically detect if using GitHub enterprise by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1356](https://togithub.com/codecov/codecov-action/pull/1356)
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1355](https://togithub.com/codecov/codecov-action/pull/1355)
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1360](https://togithub.com/codecov/codecov-action/pull/1360)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1364](https://togithub.com/codecov/codecov-action/pull/1364)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1363](https://togithub.com/codecov/codecov-action/pull/1363)
- feat: add network params by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1365](https://togithub.com/codecov/codecov-action/pull/1365)
- build(deps): bump undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1361](https://togithub.com/codecov/codecov-action/pull/1361)
- chore(release): v4.3.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1366](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

- chore(deps): update deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1351](https://togithub.com/codecov/codecov-action/pull/1351)
- feat: allow for authentication via OIDC token by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1330](https://togithub.com/codecov/codecov-action/pull/1330)
- fix: use_oidc shoudl be required false by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1353](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1315](https://togithub.com/codecov/codecov-action/pull/1315)
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1319](https://togithub.com/codecov/codecov-action/pull/1319)
- Removed mention of Mercurial by
[@&#8203;drazisil-codecov](https://togithub.com/drazisil-codecov) in
[https://github.com/codecov/codecov-action/pull/1325](https://togithub.com/codecov/codecov-action/pull/1325)
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1332](https://togithub.com/codecov/codecov-action/pull/1332)
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1331](https://togithub.com/codecov/codecov-action/pull/1331)
- fix: force version by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1329](https://togithub.com/codecov/codecov-action/pull/1329)
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1334](https://togithub.com/codecov/codecov-action/pull/1334)
- build(deps): bump undici from 5.28.2 to 5.28.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1338](https://togithub.com/codecov/codecov-action/pull/1338)
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1341](https://togithub.com/codecov/codecov-action/pull/1341)
- fix: typo in disable_safe_directory by
[@&#8203;mkroening](https://togithub.com/mkroening) in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)
- chore(release): 4.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1344](https://togithub.com/codecov/codecov-action/pull/1344)

#### New Contributors

- [@&#8203;mkroening](https://togithub.com/mkroening) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

##### What's Changed

- fix: set safe directory by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1304](https://togithub.com/codecov/codecov-action/pull/1304)
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1306](https://togithub.com/codecov/codecov-action/pull/1306)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1305](https://togithub.com/codecov/codecov-action/pull/1305)
- chore(release): v4.1.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1307](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://togithub.com/jwodder) in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://togithub.com/ianlewis) in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://togithub.com/Bo98) in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://togithub.com/jamacku) in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

##### New Contributors

- [@&#8203;jwodder](https://togithub.com/jwodder) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- [@&#8203;Bo98](https://togithub.com/Bo98) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- [@&#8203;jamacku](https://togithub.com/jamacku) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.0...v4.0.1)

##### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1243](https://togithub.com/codecov/codecov-action/pull/1243)
- Add all args by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1245](https://togithub.com/codecov/codecov-action/pull/1245)
- fix: show both token uses in readme by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1250](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/985](https://togithub.com/codecov/codecov-action/pull/985)
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1000](https://togithub.com/codecov/codecov-action/pull/1000)
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1006](https://togithub.com/codecov/codecov-action/pull/1006)
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1013](https://togithub.com/codecov/codecov-action/pull/1013)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1024](https://togithub.com/codecov/codecov-action/pull/1024)
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1031](https://togithub.com/codecov/codecov-action/pull/1031)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.1.4 to
20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1032](https://togithub.com/codecov/codecov-action/pull/1032)
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1033](https://togithub.com/codecov/codecov-action/pull/1033)
- build commit,report and upload args based on codecovcli by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/943](https://togithub.com/codecov/codecov-action/pull/943)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to
20.5.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1055](https://togithub.com/codecov/codecov-action/pull/1055)
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1051](https://togithub.com/codecov/codecov-action/pull/1051)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.3 to
20.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1058](https://togithub.com/codecov/codecov-action/pull/1058)
- chore(deps): update outdated deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1059](https://togithub.com/codecov/codecov-action/pull/1059)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.4 to
20.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1060](https://togithub.com/codecov/codecov-action/pull/1060)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1065](https://togithub.com/codecov/codecov-action/pull/1065)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1064](https://togithub.com/codecov/codecov-action/pull/1064)
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1063](https://togithub.com/codecov/codecov-action/pull/1063)
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1061](https://togithub.com/codecov/codecov-action/pull/1061)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.6 to
20.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1062](https://togithub.com/codecov/codecov-action/pull/1062)
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1066](https://togithub.com/codecov/codecov-action/pull/1066)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.7 to
20.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1070](https://togithub.com/codecov/codecov-action/pull/1070)
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1069](https://togithub.com/codecov/codecov-action/pull/1069)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1072](https://togithub.com/codecov/codecov-action/pull/1072)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1073](https://togithub.com/codecov/codecov-action/pull/1073)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1071](https://togithub.com/codecov/codecov-action/pull/1071)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to
0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1074](https://togithub.com/codecov/codecov-action/pull/1074)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1081](https://togithub.com/codecov/codecov-action/pull/1081)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1080](https://togithub.com/codecov/codecov-action/pull/1080)
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1078](https://togithub.com/codecov/codecov-action/pull/1078)
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1077](https://togithub.com/codecov/codecov-action/pull/1077)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1075](https://togithub.com/codecov/codecov-action/pull/1075)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1079](https://togithub.com/codecov/codecov-action/pull/1079)
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1076](https://togithub.com/codecov/codecov-action/pull/1076)
- use cli instead of node uploader by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1068](https://togithub.com/codecov/codecov-action/pull/1068)
- chore(release): 4.0.0-beta.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1084](https://togithub.com/codecov/codecov-action/pull/1084)
- not adding -n if empty to do-upload command by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1085](https://togithub.com/codecov/codecov-action/pull/1085)
- 4.0.0-beta.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1086](https://togithub.com/codecov/codecov-action/pull/1086)
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1082](https://togithub.com/codecov/codecov-action/pull/1082)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.4 to
29.5.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1092](https://togithub.com/codecov/codecov-action/pull/1092)
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1094](https://togithub.com/codecov/codecov-action/pull/1094)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.0 to
20.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1093](https://togithub.com/codecov/codecov-action/pull/1093)
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1096](https://togithub.com/codecov/codecov-action/pull/1096)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1095](https://togithub.com/codecov/codecov-action/pull/1095)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.2 to
20.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1098](https://togithub.com/codecov/codecov-action/pull/1098)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1097](https://togithub.com/codecov/codecov-action/pull/1097)
- feat: add plugins by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1099](https://togithub.com/codecov/codecov-action/pull/1099)
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1104](https://togithub.com/codecov/codecov-action/pull/1104)
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1102](https://togithub.com/codecov/codecov-action/pull/1102)
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1101](https://togithub.com/codecov/codecov-action/pull/1101)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1108](https://togithub.com/codecov/codecov-action/pull/1108)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.3 to
20.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1107](https://togithub.com/codecov/codecov-action/pull/1107)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1106](https://togithub.com/codecov/codecov-action/pull/1106)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.0 to
20.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1111](https://togithub.com/codecov/codecov-action/pull/1111)
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1113](https://togithub.com/codecov/codecov-action/pull/1113)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.1 to
20.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1112](https://togithub.com/codecov/codecov-action/pull/1112)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.0 to
20.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1114](https://togithub.com/codecov/codecov-action/pull/1114)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1115](https://togithub.com/codecov/codecov-action/pull/1115)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.4 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1123](https://togithub.com/codecov/codecov-action/pull/1123)
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1120](https://togithub.com/codecov/codecov-action/pull/1120)
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1119](https://togithub.com/codecov/codecov-action/pull/1119)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.3 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1122](https://togithub.com/codecov/codecov-action/pull/1122)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.2 to
20.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1121](https://togithub.com/codecov/codecov-action/pull/1121)
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1117](https://togithub.com/codecov/codecov-action/pull/1117)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1124](https://togithub.com/codecov/codecov-action/pull/1124)
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1127](https://togithub.com/codecov/codecov-action/pull/1127)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.4 to
20.8.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1126](https://togithub.com/codecov/codecov-action/pull/1126)
- build(deps-dev): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.11 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1129](https://togithub.com/codecov/codecov-action/pull/1129)
- build(deps): bump undici from 5.25.4 to 5.26.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1128](https://togithub.com/codecov/codecov-action/pull/1128)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1130](https://togithub.com/codecov/codecov-action/pull/1130)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1131](https://togithub.com/codecov/codecov-action/pull/1131)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.6 to
20.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1135](https://togithub.com/codecov/codecov-action/pull/1135)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to
0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1136](https://togithub.com/codecov/codecov-action/pull/1136)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.5 to
29.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1137](https://togithub.com/codecov/codecov-action/pull/1137)
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1142](https://togithub.com/codecov/codecov-action/pull/1142)
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1141](https://togithub.com/codecov/codecov-action/pull/1141)
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1140](https://togithub.com/codecov/codecov-action/pull/1140)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1147](https://togithub.com/codecov/codecov-action/pull/1147)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.7 to
20.8.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1146](https://togithub.com/codecov/codecov-action/pull/1146)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1145](https://togithub.com/codecov/codecov-action/pull/1145)
- chore(deps): move from node-fetch to undici by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1148](https://togithub.com/codecov/codecov-action/pull/1148)
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1149](https://togithub.com/codecov/codecov-action/pull/1149)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1155](https://togithub.com/codecov/codecov-action/pull/1155)
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1152](https://togithub.com/codecov/codecov-action/pull/1152)
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1151](https://togithub.com/codecov/codecov-action/pull/1151)
- build(deps): bump undici from 5.26.5 to 5.27.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1150](https://togithub.com/codecov/codecov-action/pull/1150)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.6 to
29.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1153](https://togithub.com/codecov/codecov-action/pull/1153)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1154](https://togithub.com/codecov/codecov-action/pull/1154)
- build(deps): bump undici from 5.27.0 to 5.27.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1157](https://togithub.com/codecov/codecov-action/pull/1157)
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1156](https://togithub.com/codecov/codecov-action/pull/1156)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1159](https://togithub.com/codecov/codecov-action/pull/1159)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1158](https://togithub.com/codecov/codecov-action/pull/1158)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.7 to
29.5.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1161](https://togithub.com/codecov/codecov-action/pull/1161)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1164](https://togithub.com/codecov/codecov-action/pull/1164)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1163](https://togithub.com/codecov/codecov-action/pull/1163)
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1167](https://togithub.com/codecov/codecov-action/pull/1167)
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1166](https://togithub.com/codecov/codecov-action/pull/1166)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.8 to
29.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1172](https://togithub.com/codecov/codecov-action/pull/1172)
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1171](https://togithub.com/codecov/codecov-action/pull/1171)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1170](https://togithub.com/codecov/codecov-action/pull/1170)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1169](https://togithub.com/codecov/codecov-action/pull/1169)
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1175](https://togithub.com/codecov/codecov-action/pull/1175)
- build(deps): bump undici from 5.27.2 to 5.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1174](https://togithub.com/codecov/codecov-action/pull/1174)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.9 to
29.5.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1173](https://togithub.com/codecov/codecov-action/pull/1173)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.12.0 to 6.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1178](https://togithub.com/codecov/codecov-action/pull/1178)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.12.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1180](https://togithub.com/codecov/codecov-action/pull/1180)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1181](https://togithub.com/codecov/codecov-action/pull/1181)
- build(deps): bump undici from 5.28.0 to 5.28.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1179](https://togithub.com/codecov/codecov-action/pull/1179)
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1183](https://togithub.com/codecov/codecov-action/pull/1183)
- build(deps): bump undici from 5.28.1 to 5.28.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1182](https://togithub.com/codecov/codecov-action/pull/1182)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1185](https://togithub.com/codecov/codecov-action/pull/1185)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1184](https://togithub.com/codecov/codecov-action/pull/1184)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.10 to
29.5.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1187](https://togithub.com/codecov/codecov-action/pull/1187)
- build(deps): bump undici from 5.28.2 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1186](https://togithub.com/codecov/codecov-action/pull/1186)
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1189](https://togithub.com/codecov/codecov-action/pull/1189)
- build(deps): bump undici from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1188](https://togithub.com/codecov/codecov-action/pull/1188)
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1191](https://togithub.com/codecov/codecov-action/pull/1191)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1193](https://togithub.com/codecov/codecov-action/pull/1193)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1192](https://togithub.com/codecov/codecov-action/pull/1192)
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1194](https://togithub.com/codecov/codecov-action/pull/1194)
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1195](https://togithub.com/codecov/codecov-action/pull/1195)
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1196](https://togithub.com/codecov/codecov-action/pull/1196)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1198](https://togithub.com/codecov/codecov-action/pull/1198)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1197](https://togithub.com/codecov/codecov-action/pull/1197)
- build(deps): bump undici from 6.0.1 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1199](https://togithub.com/codecov/codecov-action/pull/1199)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1206](https://togithub.com/codecov/codecov-action/pull/1206)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1205](https://togithub.com/codecov/codecov-action/pull/1205)
- build(deps): bump undici from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1201](https://togithub.com/codecov/codecov-action/pull/1201)
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1200](https://togithub.com/codecov/codecov-action/pull/1200)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1208](https://togithub.com/codecov/codecov-action/pull/1208)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1207](https://togithub.com/codecov/codecov-action/pull/1207)
- build(deps): bump undici from 6.2.1 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1211](https://togithub.com/codecov/codecov-action/pull/1211)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1210](https://togithub.com/codecov/codecov-action/pull/1210)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1209](https://togithub.com/codecov/codecov-action/pull/1209)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1215](https://togithub.com/codecov/codecov-action/pull/1215)
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1213](https://togithub.com/codecov/codecov-action/pull/1213)
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1212](https://togithub.com/codecov/codecov-action/pull/1212)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1214](https://togithub.com/codecov/codecov-action/pull/1214)
- fix: downgrade undici as it has a breaking change by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1219](https://togithub.com/codecov/codecov-action/pull/1219)
- fix: remove openpgp dep due to licensing and use gpg by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1218](https://togithub.com/codecov/codecov-action/pull/1218)
- chore(ci): add fossa workflow by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1216](https://togithub.com/codecov/codecov-action/pull/1216)
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1222](https://togithub.com/codecov/codecov-action/pull/1222)
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1221](https://togithub.com/codecov/codecov-action/pull/1221)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1225](https://togithub.com/codecov/codecov-action/pull/1225)
- build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1224](https://togithub.com/codecov/codecov-action/pull/1224)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1223](https://togithub.com/codecov/codecov-action/pull/1223)
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1232](https://togithub.com/codecov/codecov-action/pull/1232)
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1231](https://togithub.com/codecov/codecov-action/pull/1231)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1235](https://togithub.com/codecov/codecov-action/pull/1235)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1234](https://togithub.com/codecov/codecov-action/pull/1234)
- chore(ci): bump to node20 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1236](https://togithub.com/codecov/codecov-action/pull/1236)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1237](https://togithub.com/codecov/codecov-action/pull/1237)
- Update package.json by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1238](https://togithub.com/codecov/codecov-action/pull/1238)
- fix: allow for other archs by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1239](https://togithub.com/codecov/codecov-action/pull/1239)
- fix: update action.yml by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1240](https://togithub.com/codecov/codecov-action/pull/1240)

##### New Contributors

- [@&#8203;dana-yaish](https://togithub.com/dana-yaish) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/943](https://togithub.com/codecov/codecov-action/pull/943)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-feature/dotnet-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: André Silva <2493377+askpt@users.noreply.github.com>
peterjokumsen added a commit to helderberg-pirates-baseball/websites that referenced this pull request May 5, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://togithub.com/codecov/codecov-action)
| action | major | `v3.1.6` -> `v4.3.1` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v4.3.1`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.3.0...v4.3.1)

#### What's Changed

- build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1370](https://togithub.com/codecov/codecov-action/pull/1370)
- fix: more verbose log message when failing to import pgp key by
[@&#8203;ReenigneArcher](https://togithub.com/ReenigneArcher) in
[https://github.com/codecov/codecov-action/pull/1371](https://togithub.com/codecov/codecov-action/pull/1371)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.6.0 to 7.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1374](https://togithub.com/codecov/codecov-action/pull/1374)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.6.0 to 7.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1375](https://togithub.com/codecov/codecov-action/pull/1375)
- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1382](https://togithub.com/codecov/codecov-action/pull/1382)
- build(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1381](https://togithub.com/codecov/codecov-action/pull/1381)
- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1380](https://togithub.com/codecov/codecov-action/pull/1380)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.7.0 to 7.7.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1384](https://togithub.com/codecov/codecov-action/pull/1384)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.7.0 to 7.7.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1383](https://togithub.com/codecov/codecov-action/pull/1383)
- Update README.md to point to docs about tokenless by
[@&#8203;rohan-at-sentry](https://togithub.com/rohan-at-sentry) in
[https://github.com/codecov/codecov-action/pull/1395](https://togithub.com/codecov/codecov-action/pull/1395)
- build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1393](https://togithub.com/codecov/codecov-action/pull/1393)
- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1392](https://togithub.com/codecov/codecov-action/pull/1392)
- build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1391](https://togithub.com/codecov/codecov-action/pull/1391)
- style: Node Packages by
[@&#8203;marcobiedermann](https://togithub.com/marcobiedermann) in
[https://github.com/codecov/codecov-action/pull/1394](https://togithub.com/codecov/codecov-action/pull/1394)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.7.1 to 7.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1402](https://togithub.com/codecov/codecov-action/pull/1402)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.7.1 to 7.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1401](https://togithub.com/codecov/codecov-action/pull/1401)
- docs: Type Annotations by
[@&#8203;marcobiedermann](https://togithub.com/marcobiedermann) in
[https://github.com/codecov/codecov-action/pull/1397](https://togithub.com/codecov/codecov-action/pull/1397)
- docs: main branch by
[@&#8203;marcobiedermann](https://togithub.com/marcobiedermann) in
[https://github.com/codecov/codecov-action/pull/1396](https://togithub.com/codecov/codecov-action/pull/1396)
- fix: bypass token checks for forks and OIDC by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1404](https://togithub.com/codecov/codecov-action/pull/1404)
- chore(release): 4.3.1. by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1405](https://togithub.com/codecov/codecov-action/pull/1405)

#### New Contributors

- [@&#8203;ReenigneArcher](https://togithub.com/ReenigneArcher) made
their first contribution in
[https://github.com/codecov/codecov-action/pull/1371](https://togithub.com/codecov/codecov-action/pull/1371)
- [@&#8203;rohan-at-sentry](https://togithub.com/rohan-at-sentry) made
their first contribution in
[https://github.com/codecov/codecov-action/pull/1395](https://togithub.com/codecov/codecov-action/pull/1395)
- [@&#8203;marcobiedermann](https://togithub.com/marcobiedermann) made
their first contribution in
[https://github.com/codecov/codecov-action/pull/1394](https://togithub.com/codecov/codecov-action/pull/1394)

**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1

###
[`v4.3.0`](https://togithub.com/codecov/codecov-action/releases/tag/v4.3.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.2.0...v4.3.0)

#### What's Changed

- fix: automatically detect if using GitHub enterprise by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1356](https://togithub.com/codecov/codecov-action/pull/1356)
- build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1355](https://togithub.com/codecov/codecov-action/pull/1355)
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1360](https://togithub.com/codecov/codecov-action/pull/1360)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1364](https://togithub.com/codecov/codecov-action/pull/1364)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 7.5.0 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1363](https://togithub.com/codecov/codecov-action/pull/1363)
- feat: add network params by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1365](https://togithub.com/codecov/codecov-action/pull/1365)
- build(deps): bump undici from 5.28.3 to 5.28.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1361](https://togithub.com/codecov/codecov-action/pull/1361)
- chore(release): v4.3.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1366](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.2.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.1.1...v4.2.0)

#### What's Changed

- chore(deps): update deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1351](https://togithub.com/codecov/codecov-action/pull/1351)
- feat: allow for authentication via OIDC token by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1330](https://togithub.com/codecov/codecov-action/pull/1330)
- fix: use_oidc shoudl be required false by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1353](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.1.1)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1315](https://togithub.com/codecov/codecov-action/pull/1315)
- build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1319](https://togithub.com/codecov/codecov-action/pull/1319)
- Removed mention of Mercurial by
[@&#8203;drazisil-codecov](https://togithub.com/drazisil-codecov) in
[https://github.com/codecov/codecov-action/pull/1325](https://togithub.com/codecov/codecov-action/pull/1325)
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1332](https://togithub.com/codecov/codecov-action/pull/1332)
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1331](https://togithub.com/codecov/codecov-action/pull/1331)
- fix: force version by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1329](https://togithub.com/codecov/codecov-action/pull/1329)
- build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1334](https://togithub.com/codecov/codecov-action/pull/1334)
- build(deps): bump undici from 5.28.2 to 5.28.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1338](https://togithub.com/codecov/codecov-action/pull/1338)
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1341](https://togithub.com/codecov/codecov-action/pull/1341)
- fix: typo in disable_safe_directory by
[@&#8203;mkroening](https://togithub.com/mkroening) in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.com/codecov/codecov-action/pull/1343)
- chore(release): 4.1.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1344](https://togithub.com/codecov/codecov-action/pull/1344)

#### New Contributors

- [@&#8203;mkroening](https://togithub.com/mkroening) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1343](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.2...v4.1.0)

#### What's Changed

- fix: set safe directory by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1304](https://togithub.com/codecov/codecov-action/pull/1304)
- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1306](https://togithub.com/codecov/codecov-action/pull/1306)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1305](https://togithub.com/codecov/codecov-action/pull/1305)
- chore(release): v4.1.0 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1307](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.2)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

#### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1251](https://togithub.com/codecov/codecov-action/pull/1251)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.11 to
29.5.12 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1257](https://togithub.com/codecov/codecov-action/pull/1257)
- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1266](https://togithub.com/codecov/codecov-action/pull/1266)
- Escape pipes in table of arguments by
[@&#8203;jwodder](https://togithub.com/jwodder) in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- Add link to docs on Dependabot secrets by
[@&#8203;ianlewis](https://togithub.com/ianlewis) in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- fix: working-directory input for all stages by
[@&#8203;Bo98](https://togithub.com/Bo98) in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1271](https://togithub.com/codecov/codecov-action/pull/1271)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.20.0 to 6.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1269](https://togithub.com/codecov/codecov-action/pull/1269)
- build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1298](https://togithub.com/codecov/codecov-action/pull/1298)
- Use updated syntax for GitHub Markdown notes by
[@&#8203;jamacku](https://togithub.com/jamacku) in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.com/codecov/codecov-action/pull/1300)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.21.0 to 7.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1290](https://togithub.com/codecov/codecov-action/pull/1290)
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1286](https://togithub.com/codecov/codecov-action/pull/1286)
- chore(release): bump to 4.0.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1302](https://togithub.com/codecov/codecov-action/pull/1302)

#### New Contributors

- [@&#8203;jwodder](https://togithub.com/jwodder) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1265](https://togithub.com/codecov/codecov-action/pull/1265)
- [@&#8203;ianlewis](https://togithub.com/ianlewis) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1260](https://togithub.com/codecov/codecov-action/pull/1260)
- [@&#8203;Bo98](https://togithub.com/Bo98) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1272](https://togithub.com/codecov/codecov-action/pull/1272)
- [@&#8203;jamacku](https://togithub.com/jamacku) made their first
contribution in
[https://github.com/codecov/codecov-action/pull/1300](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.1)

[Compare
Source](https://togithub.com/codecov/codecov-action/compare/v4.0.0...v4.0.1)

#### What's Changed

- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1243](https://togithub.com/codecov/codecov-action/pull/1243)
- Add all args by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1245](https://togithub.com/codecov/codecov-action/pull/1245)
- fix: show both token uses in readme by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1250](https://togithub.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://togithub.com/codecov/codecov-action/releases/tag/v4.0.0)

[Compare
Source](https://togithub.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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/985](https://togithub.com/codecov/codecov-action/pull/985)
- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1000](https://togithub.com/codecov/codecov-action/pull/1000)
- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1006](https://togithub.com/codecov/codecov-action/pull/1006)
- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1013](https://togithub.com/codecov/codecov-action/pull/1013)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1024](https://togithub.com/codecov/codecov-action/pull/1024)
- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1031](https://togithub.com/codecov/codecov-action/pull/1031)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.1.4 to
20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1032](https://togithub.com/codecov/codecov-action/pull/1032)
- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1033](https://togithub.com/codecov/codecov-action/pull/1033)
- build commit,report and upload args based on codecovcli by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/943](https://togithub.com/codecov/codecov-action/pull/943)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to
20.5.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1055](https://togithub.com/codecov/codecov-action/pull/1055)
- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1051](https://togithub.com/codecov/codecov-action/pull/1051)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.3 to
20.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1058](https://togithub.com/codecov/codecov-action/pull/1058)
- chore(deps): update outdated deps by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1059](https://togithub.com/codecov/codecov-action/pull/1059)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.4 to
20.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1060](https://togithub.com/codecov/codecov-action/pull/1060)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1065](https://togithub.com/codecov/codecov-action/pull/1065)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.4.1 to 6.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1064](https://togithub.com/codecov/codecov-action/pull/1064)
- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1063](https://togithub.com/codecov/codecov-action/pull/1063)
- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1061](https://togithub.com/codecov/codecov-action/pull/1061)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.6 to
20.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1062](https://togithub.com/codecov/codecov-action/pull/1062)
- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1066](https://togithub.com/codecov/codecov-action/pull/1066)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.7 to
20.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1070](https://togithub.com/codecov/codecov-action/pull/1070)
- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1069](https://togithub.com/codecov/codecov-action/pull/1069)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1072](https://togithub.com/codecov/codecov-action/pull/1072)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1073](https://togithub.com/codecov/codecov-action/pull/1073)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.5.0 to 6.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1071](https://togithub.com/codecov/codecov-action/pull/1071)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1 to
0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1074](https://togithub.com/codecov/codecov-action/pull/1074)
- build(deps): bump
[@&#8203;actions/core](https://togithub.com/actions/core) from 1.10.0 to
1.10.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1081](https://togithub.com/codecov/codecov-action/pull/1081)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1080](https://togithub.com/codecov/codecov-action/pull/1080)
- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1078](https://togithub.com/codecov/codecov-action/pull/1078)
- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1077](https://togithub.com/codecov/codecov-action/pull/1077)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.5.9 to
20.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1075](https://togithub.com/codecov/codecov-action/pull/1075)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.6.0 to 6.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1079](https://togithub.com/codecov/codecov-action/pull/1079)
- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1076](https://togithub.com/codecov/codecov-action/pull/1076)
- use cli instead of node uploader by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1068](https://togithub.com/codecov/codecov-action/pull/1068)
- chore(release): 4.0.0-beta.1 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1084](https://togithub.com/codecov/codecov-action/pull/1084)
- not adding -n if empty to do-upload command by
[@&#8203;dana-yaish](https://togithub.com/dana-yaish) in
[https://github.com/codecov/codecov-action/pull/1085](https://togithub.com/codecov/codecov-action/pull/1085)
- 4.0.0-beta.2 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1086](https://togithub.com/codecov/codecov-action/pull/1086)
- build(deps-dev): bump jest from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1082](https://togithub.com/codecov/codecov-action/pull/1082)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.4 to
29.5.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1092](https://togithub.com/codecov/codecov-action/pull/1092)
- build(deps): bump github/codeql-action from 2.21.5 to 2.21.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1094](https://togithub.com/codecov/codecov-action/pull/1094)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.0 to
20.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1093](https://togithub.com/codecov/codecov-action/pull/1093)
- build(deps): bump openpgp from 5.10.1 to 5.10.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1096](https://togithub.com/codecov/codecov-action/pull/1096)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1095](https://togithub.com/codecov/codecov-action/pull/1095)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.2 to
20.6.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1098](https://togithub.com/codecov/codecov-action/pull/1098)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.0 to 6.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1097](https://togithub.com/codecov/codecov-action/pull/1097)
- feat: add plugins by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1099](https://togithub.com/codecov/codecov-action/pull/1099)
- build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1104](https://togithub.com/codecov/codecov-action/pull/1104)
- build(deps): bump github/codeql-action from 2.21.7 to 2.21.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1102](https://togithub.com/codecov/codecov-action/pull/1102)
- build(deps): bump actions/checkout from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1101](https://togithub.com/codecov/codecov-action/pull/1101)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1108](https://togithub.com/codecov/codecov-action/pull/1108)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.6.3 to
20.7.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1107](https://togithub.com/codecov/codecov-action/pull/1107)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.2 to 6.7.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1106](https://togithub.com/codecov/codecov-action/pull/1106)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.0 to
20.7.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1111](https://togithub.com/codecov/codecov-action/pull/1111)
- build(deps): bump github/codeql-action from 2.21.8 to 2.21.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1113](https://togithub.com/codecov/codecov-action/pull/1113)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.7.1 to
20.8.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1112](https://togithub.com/codecov/codecov-action/pull/1112)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.0 to
20.8.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1114](https://togithub.com/codecov/codecov-action/pull/1114)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.3 to 6.7.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1115](https://togithub.com/codecov/codecov-action/pull/1115)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.4 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1123](https://togithub.com/codecov/codecov-action/pull/1123)
- build(deps): bump ossf/scorecard-action from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1120](https://togithub.com/codecov/codecov-action/pull/1120)
- build(deps): bump github/codeql-action from 2.21.9 to 2.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1119](https://togithub.com/codecov/codecov-action/pull/1119)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.3 to 6.7.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1122](https://togithub.com/codecov/codecov-action/pull/1122)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.2 to
20.8.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1121](https://togithub.com/codecov/codecov-action/pull/1121)
- build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1117](https://togithub.com/codecov/codecov-action/pull/1117)
- build(deps): bump
[@&#8203;actions/github](https://togithub.com/actions/github) from 5.1.1
to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1124](https://togithub.com/codecov/codecov-action/pull/1124)
- build(deps): bump github/codeql-action from 2.22.0 to 2.22.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1127](https://togithub.com/codecov/codecov-action/pull/1127)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.4 to
20.8.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1126](https://togithub.com/codecov/codecov-action/pull/1126)
- build(deps-dev): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.11 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1129](https://togithub.com/codecov/codecov-action/pull/1129)
- build(deps): bump undici from 5.25.4 to 5.26.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1128](https://togithub.com/codecov/codecov-action/pull/1128)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1130](https://togithub.com/codecov/codecov-action/pull/1130)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.7.5 to 6.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1131](https://togithub.com/codecov/codecov-action/pull/1131)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.6 to
20.8.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1135](https://togithub.com/codecov/codecov-action/pull/1135)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0 to
0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1136](https://togithub.com/codecov/codecov-action/pull/1136)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.5 to
29.5.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1137](https://togithub.com/codecov/codecov-action/pull/1137)
- build(deps): bump github/codeql-action from 2.22.3 to 2.22.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1142](https://togithub.com/codecov/codecov-action/pull/1142)
- build(deps): bump actions/checkout from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1141](https://togithub.com/codecov/codecov-action/pull/1141)
- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1140](https://togithub.com/codecov/codecov-action/pull/1140)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1147](https://togithub.com/codecov/codecov-action/pull/1147)
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.8.7 to
20.8.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1146](https://togithub.com/codecov/codecov-action/pull/1146)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.8.0 to 6.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1145](https://togithub.com/codecov/codecov-action/pull/1145)
- chore(deps): move from node-fetch to undici by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1148](https://togithub.com/codecov/codecov-action/pull/1148)
- build(deps): bump openpgp from 5.10.2 to 5.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1149](https://togithub.com/codecov/codecov-action/pull/1149)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1155](https://togithub.com/codecov/codecov-action/pull/1155)
- build(deps): bump github/codeql-action from 2.22.4 to 2.22.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1152](https://togithub.com/codecov/codecov-action/pull/1152)
- build(deps): bump ossf/scorecard-action from 2.3.0 to 2.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1151](https://togithub.com/codecov/codecov-action/pull/1151)
- build(deps): bump undici from 5.26.5 to 5.27.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1150](https://togithub.com/codecov/codecov-action/pull/1150)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.6 to
29.5.7 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1153](https://togithub.com/codecov/codecov-action/pull/1153)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.0 to 6.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1154](https://togithub.com/codecov/codecov-action/pull/1154)
- build(deps): bump undici from 5.27.0 to 5.27.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1157](https://togithub.com/codecov/codecov-action/pull/1157)
- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1156](https://togithub.com/codecov/codecov-action/pull/1156)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1159](https://togithub.com/codecov/codecov-action/pull/1159)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.9.1 to 6.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1158](https://togithub.com/codecov/codecov-action/pull/1158)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.7 to
29.5.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1161](https://togithub.com/codecov/codecov-action/pull/1161)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1164](https://togithub.com/codecov/codecov-action/pull/1164)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1163](https://togithub.com/codecov/codecov-action/pull/1163)
- build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1167](https://togithub.com/codecov/codecov-action/pull/1167)
- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1166](https://togithub.com/codecov/codecov-action/pull/1166)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.8 to
29.5.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1172](https://togithub.com/codecov/codecov-action/pull/1172)
- build(deps-dev): bump typescript from 5.2.2 to 5.3.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1171](https://togithub.com/codecov/codecov-action/pull/1171)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1170](https://togithub.com/codecov/codecov-action/pull/1170)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.11.0 to 6.12.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1169](https://togithub.com/codecov/codecov-action/pull/1169)
- build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1175](https://togithub.com/codecov/codecov-action/pull/1175)
- build(deps): bump undici from 5.27.2 to 5.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1174](https://togithub.com/codecov/codecov-action/pull/1174)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.9 to
29.5.10 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1173](https://togithub.com/codecov/codecov-action/pull/1173)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.12.0 to 6.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1178](https://togithub.com/codecov/codecov-action/pull/1178)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.12.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1180](https://togithub.com/codecov/codecov-action/pull/1180)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.0 to 6.13.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1181](https://togithub.com/codecov/codecov-action/pull/1181)
- build(deps): bump undici from 5.28.0 to 5.28.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1179](https://togithub.com/codecov/codecov-action/pull/1179)
- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1183](https://togithub.com/codecov/codecov-action/pull/1183)
- build(deps): bump undici from 5.28.1 to 5.28.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1182](https://togithub.com/codecov/codecov-action/pull/1182)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1185](https://togithub.com/codecov/codecov-action/pull/1185)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.1 to 6.13.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1184](https://togithub.com/codecov/codecov-action/pull/1184)
- build(deps-dev): bump
[@&#8203;types/jest](https://togithub.com/types/jest) from 29.5.10 to
29.5.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1187](https://togithub.com/codecov/codecov-action/pull/1187)
- build(deps): bump undici from 5.28.2 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1186](https://togithub.com/codecov/codecov-action/pull/1186)
- build(deps-dev): bump typescript from 5.3.2 to 5.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1189](https://togithub.com/codecov/codecov-action/pull/1189)
- build(deps): bump undici from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1188](https://togithub.com/codecov/codecov-action/pull/1188)
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1191](https://togithub.com/codecov/codecov-action/pull/1191)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1193](https://togithub.com/codecov/codecov-action/pull/1193)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.13.2 to 6.14.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1192](https://togithub.com/codecov/codecov-action/pull/1192)
- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1194](https://togithub.com/codecov/codecov-action/pull/1194)
- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1195](https://togithub.com/codecov/codecov-action/pull/1195)
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1196](https://togithub.com/codecov/codecov-action/pull/1196)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1198](https://togithub.com/codecov/codecov-action/pull/1198)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.14.0 to 6.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1197](https://togithub.com/codecov/codecov-action/pull/1197)
- build(deps): bump undici from 6.0.1 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1199](https://togithub.com/codecov/codecov-action/pull/1199)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1206](https://togithub.com/codecov/codecov-action/pull/1206)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.15.0 to 6.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1205](https://togithub.com/codecov/codecov-action/pull/1205)
- build(deps): bump undici from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1201](https://togithub.com/codecov/codecov-action/pull/1201)
- build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1200](https://togithub.com/codecov/codecov-action/pull/1200)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1208](https://togithub.com/codecov/codecov-action/pull/1208)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.17.0 to 6.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1207](https://togithub.com/codecov/codecov-action/pull/1207)
- build(deps): bump undici from 6.2.1 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1211](https://togithub.com/codecov/codecov-action/pull/1211)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1210](https://togithub.com/codecov/codecov-action/pull/1210)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1209](https://togithub.com/codecov/codecov-action/pull/1209)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1215](https://togithub.com/codecov/codecov-action/pull/1215)
- build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1213](https://togithub.com/codecov/codecov-action/pull/1213)
- build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1212](https://togithub.com/codecov/codecov-action/pull/1212)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.18.1 to 6.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1214](https://togithub.com/codecov/codecov-action/pull/1214)
- fix: downgrade undici as it has a breaking change by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1219](https://togithub.com/codecov/codecov-action/pull/1219)
- fix: remove openpgp dep due to licensing and use gpg by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1218](https://togithub.com/codecov/codecov-action/pull/1218)
- chore(ci): add fossa workflow by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1216](https://togithub.com/codecov/codecov-action/pull/1216)
- build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1222](https://togithub.com/codecov/codecov-action/pull/1222)
- build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1221](https://togithub.com/codecov/codecov-action/pull/1221)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1225](https://togithub.com/codecov/codecov-action/pull/1225)
- build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1224](https://togithub.com/codecov/codecov-action/pull/1224)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.0 to 6.19.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1223](https://togithub.com/codecov/codecov-action/pull/1223)
- build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1232](https://togithub.com/codecov/codecov-action/pull/1232)
- build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1231](https://togithub.com/codecov/codecov-action/pull/1231)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1235](https://togithub.com/codecov/codecov-action/pull/1235)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.19.1 to 6.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/codecov/codecov-action/pull/1234](https://togithub.com/codecov/codecov-action/pull/1234)
- chore(ci): bump to node20 by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1236](https://togithub.com/codecov/codecov-action/pull/1236)
- Update README.md by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in
[https://github.com/codecov/codecov-action/pull/1237](https://togithub.com/codecov/codecov-action/pull/1237)
- Update package.json by
[@&#8203;thomasrockhu-codecov](https://togithub.com/thomasrockhu-codecov)
in [https://github.com/codecov/cod

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: Renovate Bot GitHub <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants