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

mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 3525a58e0d Bump codecov/codecov-action from 5.4.3 to 5.5.0
3525a58e0d is described below

commit 3525a58e0d9f526927149da647feef89405d836f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 00:36:26 2025 +0000

    Bump codecov/codecov-action from 5.4.3 to 5.5.0
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) 
from 5.4.3 to 5.5.0.
    - [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/v5.4.3...v5.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/javaTests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/javaTests.yml b/.github/workflows/javaTests.yml
index ba7da60c8e..c9e1446b1c 100644
--- a/.github/workflows/javaTests.yml
+++ b/.github/workflows/javaTests.yml
@@ -151,7 +151,7 @@ jobs:
       run: mvn jacoco:report
 
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v5.4.3
+      uses: codecov/codecov-action@v5.5.0
       if: github.repository_owner == 'apache'
       with:
         fail_ci_if_error: false

Reply via email to