Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 in the update-github-actions-…
Browse files Browse the repository at this point in the history
…dependencies group (#11)

* Bump codecov/codecov-action

Bumps the update-github-actions-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: audit fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian König <julian.koenig@js-soft.com>
  • Loading branch information
dependabot[bot] and jkoenig134 authored Nov 19, 2024
1 parent 42822a2 commit 8cc3dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
COMMIT_HASH: ${{ github.sha }}
- run: npm run test:ci
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
fail_ci_if_error: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cc3dfc

Please sign in to comment.