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 16ca4a4c5 Bump codecov/codecov-action from 3.1.1 to 3.1.2
16ca4a4c5 is described below
commit 16ca4a4c5baef4bc3e10b8b1ff670ee350a7eb85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 12 07:22:55 2023 -0400
Bump codecov/codecov-action from 3.1.1 to 3.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
-
[Changelog](https://github.com/codecov/codecov-action/blob/v3.1.2/CHANGELOG.md)
-
[Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.2)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 9bbc4aba1..c8f8f993f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -170,7 +170,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' }}