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

pengzheng pushed a commit to branch hotfix/codecov-action-fix
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 2ca790de93a9fb42a14c783aa726ff40921683fa
Author: PengZheng <[email protected]>
AuthorDate: Fri Feb 2 23:51:28 2024 +0800

    Fix codecov-action to 3.1.6 using git-hash.
    
    It is done to be compliant to Apache infra team's policy.
---
 .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 be94b289..730ed750 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -67,7 +67,7 @@ jobs:
           source deactivate_conanrun.sh
           lcx="lcov --output-file=coverage.info " && for i in `find . -name 
"*.info.cleaned"`; do lcx+=" --add-tracefile=$i"; done && $lcx
       - name: Codecov
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457
         with:
           files: build/coverage.info
           name: codecov-celix

Reply via email to