This is an automated email from the ASF dual-hosted git repository.
slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 5888f24b7 --- updated-dependencies: - dependency-name:
codecov/codecov-action dependency-type: direct:production update-type:
version-update:semver-minor ...
5888f24b7 is described below
commit 5888f24b7f1a3aa77838ec2a2c59b16450fa6537
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 20 19:03:20 2024 +0000
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8a56fb08b..7e88dd042 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -195,7 +195,7 @@ jobs:
run: $SBT coverageAggregate
- name: Upload Coverage Report
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed
# v4.3.0
+ uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c
# v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}