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 da3cc9f7f Bump codecov/codecov-action from 3.1.4 to 4.0.1
da3cc9f7f is described below

commit da3cc9f7f1c13efbccacce67fb11ca45d188882f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 5 08:53:08 2024 -0500

    Bump codecov/codecov-action from 3.1.4 to 4.0.1
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) 
from 3.1.4 to 4.0.1.
    - [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.4...v4.0.1)
    
    ---
    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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 6294da2f6..74e16b851 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -190,7 +190,9 @@ jobs:
         run: $SBT coverageAggregate
 
       - name: Upload Coverage Report
-        uses: codecov/[email protected]
+        uses: codecov/[email protected]
+        with:
+          token: ${{ secrets.CODECOV_TOKEN }}
 
       - name: Prepare for SonarCloud Scan
         if: ${{ env.SONARSCAN == 'true' }}

Reply via email to