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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new f30e471a Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#367)
f30e471a is described below

commit f30e471a13715e914d827fcadbd56bd69e1b45c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 23 09:02:59 2024 -0800

    Bump codecov/codecov-action from 4.0.1 to 4.0.2 (#367)
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) 
from 4.0.1 to 4.0.2.
    - [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/e0b68c6749509c5f83f984dd99a76a1c1a231044...0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 3100b0a7..e734a005 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -42,6 +42,6 @@ jobs:
       run: mvn --show-version --batch-mode --no-transfer-progress test 
jacoco:report
 
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # 
v3
+      uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # 
v3
       with:
         files: ./target/site/jacoco/jacoco.xml

Reply via email to