Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.3.0 (#645)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | minor | `v4.1.1` -> `v4.3.0` |

---

### Release Notes

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

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

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

#### What's Changed

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

**Full Changelog**:
codecov/codecov-action@v4.2.0...v4.3.0

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

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

#### What's Changed

- chore(deps): update deps by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1351
- feat: allow for authentication via OIDC token by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1330
- fix: use_oidc shoudl be required false by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1353

**Full Changelog**:
codecov/codecov-action@v4.1.1...v4.2.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/xmldom/xmldom).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 1e0bc25 commit 339379d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: npm run fuzz
if: matrix.node-version == 16
- if: matrix.node-version == 16
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 339379d

Please sign in to comment.