Skip to content

Commit

Permalink
chore(deps): ⬆️ update codecov/codecov-action action to v4.4.1 (#153)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [codecov/codecov-action](https://github.com/codecov/codecov-action)
| action | patch | `v4.4.0` -> `v4.4.1` |

---

### Release Notes

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

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

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

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1427
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1438
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://github.com/shahar-h) in
[codecov/codecov-action#1437
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1441

#### New Contributors

- [@&#8203;shahar-h](https://github.com/shahar-h) made their first
contribution in
[codecov/codecov-action#1437

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

#### What's Changed

- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin)
from 7.8.0 to 7.9.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1427
- fix: prevent xlarge from running on forks by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1432
- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1439
- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[codecov/codecov-action#1438
- fix: isPullRequestFromFork returns false for any PR by
[@&#8203;shahar-h](https://github.com/shahar-h) in
[codecov/codecov-action#1437
- chore(release): 4.4.1 by
[@&#8203;thomasrockhu-codecov](https://github.com/thomasrockhu-codecov)
in
[codecov/codecov-action#1441

#### New Contributors

- [@&#8203;shahar-h](https://github.com/shahar-h) made their first
contribution in
[codecov/codecov-action#1437

**Full Changelog**:
codecov/codecov-action@v4.4.0...v4.4.1

</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://github.com/renovatebot/renovate).

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

Co-authored-by: Renovate Bot GitHub <bot@renovateapp.com>
  • Loading branch information
peterjokumsen and renovate-bot committed May 26, 2024
1 parent a8f7731 commit 0311ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0

- name: Codecov
uses: codecov/codecov-action@v4.4.0
uses: codecov/codecov-action@v4.4.1
if: hashFiles('coverage/**/*') != ''
with:
directory: coverage
Expand Down

0 comments on commit 0311ff8

Please sign in to comment.