You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2023/04/21 12:53:05 UTC

[daffodil] branch main updated: Bump codecov/codecov-action from 3.1.2 to 3.1.3

This is an automated email from the ASF dual-hosted git repository.

jinterrante 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 78f7837d9 Bump codecov/codecov-action from 3.1.2 to 3.1.3
78f7837d9 is described below

commit 78f7837d9be666bdd8c858d61aa18161c74111af
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Apr 20 20:03:21 2023 +0000

    Bump codecov/codecov-action from 3.1.2 to 3.1.3
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.2...v3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .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 df0a37adb..9d5ef9904 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/codecov-action@v3.1.2
+        uses: codecov/codecov-action@v3.1.3
 
       - name: Prepare for SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}