Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3.1.5 to 4.0.0 (#1417)
Browse files Browse the repository at this point in the history
* Bump codecov/codecov-action from 3.1.5 to 4.0.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@4fe8c5f...f30e495)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update egress policy for jobs using `codecov/codecov-action`

A new egress endpoint is used after updating `codecov/codecov-action` to
v4, this allows the action to use that endpoint.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Feb 1, 2024
1 parent e46595a commit 54471de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
actions-results-receiver-production.githubapp.com:443
api.github.com:443
artifactcache.actions.githubusercontent.com:443
cli.codecov.io:443
codecov.io:443
github.com:443
gitlab.com:443
Expand All @@ -252,7 +253,7 @@ jobs:
- name: Run breakage tests
run: npm run coverage:breakage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
if: ${{ failure() || success() }}
with:
file: ./_reports/coverage/breakage/lcov.info
Expand Down Expand Up @@ -281,6 +282,7 @@ jobs:
actions-results-receiver-production.githubapp.com:443
api.github.com:443
artifactcache.actions.githubusercontent.com:443
cli.codecov.io:443
codecov.io:443
github.com:443
gitlab.com:443
Expand All @@ -303,7 +305,7 @@ jobs:
- name: Run compatibility tests
run: npm run coverage:compat
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
if: ${{ matrix.node-version == '20.0.0' }}
with:
file: ./_reports/coverage/compat/lcov.info
Expand Down Expand Up @@ -334,6 +336,7 @@ jobs:
api.github.com:443
artifactcache.actions.githubusercontent.com:443
azure.archive.ubuntu.com:80
cli.codecov.io:443
codecov.io:443
github.com:443
gitlab.com:443
Expand All @@ -360,7 +363,7 @@ jobs:
- name: Run end-to-end tests
run: npm run coverage:e2e
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
if: ${{ failure() || success() }}
with:
file: ./_reports/coverage/e2e/lcov.info
Expand Down Expand Up @@ -392,6 +395,7 @@ jobs:
api.github.com:443
artifactcache.actions.githubusercontent.com:443
azure.archive.ubuntu.com:80
cli.codecov.io:443
codecov.io:443
github.com:443
gitlab.com:443
Expand All @@ -418,7 +422,7 @@ jobs:
- name: Run integration tests
run: npm run coverage:integration
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
if: ${{ failure() || success() }}
with:
file: ./_reports/coverage/integration/lcov.info
Expand Down Expand Up @@ -533,6 +537,7 @@ jobs:
actions-results-receiver-production.githubapp.com:443
api.github.com:443
artifactcache.actions.githubusercontent.com:443
cli.codecov.io:443
codecov.io:443
github.com:443
gitlab.com:443
Expand All @@ -553,7 +558,7 @@ jobs:
- name: Run unit tests
run: npm run coverage:unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
if: ${{ failure() || success() }}
with:
file: ./_reports/coverage/unit/lcov.info
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ jobs:
api.github.com:443
artifactcache.actions.githubusercontent.com:443
azure.archive.ubuntu.com:80
codecov.io:443
github.com:443
gitlab.com:443
nodejs.org:443
objects.githubusercontent.com:443
registry.npmjs.org:443
storage.googleapis.com:443
uploader.codecov.io:443
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- name: Install Node.js
Expand Down

0 comments on commit 54471de

Please sign in to comment.