Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4.0.2 (#626)
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://togithub.com/codecov/codecov-action)
| action | patch | `v4.0.1` -> `v4.0.2` |

---

### Release Notes

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

###
[`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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent d8026fc commit 6cf5db8
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@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 6cf5db8

Please sign in to comment.