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 37ac75b173 Bump codecov/codecov-action from 5.5.0 to 5.5.1
37ac75b173 is described below

commit 37ac75b173c90dfc07b705820cf3b55cf27aa70f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 00:03:35 2025 +0000

    Bump codecov/codecov-action from 5.5.0 to 5.5.1
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) 
from 5.5.0 to 5.5.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/v5.5.0...v5.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 c727d0ebc6..4297572157 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/[email protected]
+      uses: codecov/[email protected]
       if: github.repository_owner == 'apache'
       with:
         fail_ci_if_error: false

Reply via email to