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 2239cecfc Bump codecov/codecov-action from 2.1.0 to 3.0.0
2239cecfc is described below
commit 2239cecfca01461bb986cd78cb7af767864919ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 5 19:13:17 2022 +0000
Bump codecov/codecov-action from 2.1.0 to 3.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 2.1.0 to 3.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
-
[Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.0.0)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
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 464bcf666..dc60a3f1a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -156,7 +156,7 @@ jobs:
run: $SBT coverageAggregate
- name: Upload Coverage Report
- uses: codecov/[email protected]
+ uses: codecov/[email protected]
- name: Prepare for SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}