diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5351bb985c..5faeef49da 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -198,7 +198,7 @@ jobs: coverage report coverage xml - - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4 + - uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4 with: files: coverage.xml env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f9e20e9c..55a550a4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### General - chore(deps): update seqeralabs/action-tower-launch digest to aa88624 ([#2793](https://github.com/nf-core/tools/pull/2793)) +- chore(deps): update codecov/codecov-action digest to 0cfda1d ([#2794](https://github.com/nf-core/tools/pull/2794)) ## [v2.13 - Tin Puppy](https://github.com/nf-core/tools/releases/tag/2.13) - [2024-02-20]