This is an automated email from the ASF dual-hosted git repository.
baunsgaard 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 28ebb6c03f Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#2451)
28ebb6c03f is described below
commit 28ebb6c03fe91d82e85045230c5dfc4b5d00f662
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 26 10:21:41 2026 +0100
Bump codecov/codecov-action from 5.5.2 to 5.5.3 (#2451)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action)
from 5.5.2 to 5.5.3.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.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 4b48a8c259..f6c5b2a378 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