apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 84 forks source link

Update codecov-action. #722

Closed PengZheng closed 5 months ago

PengZheng commented 5 months ago

This PR fixes the broken coverage CI.

rlenferink commented 5 months ago

Just as a reference and that we need to fix this: the ASF infra team has a policy that all external actions must be pinned to a specific git hash, instead of a tag.

See https://infra.apache.org/github-actions-policy.html (section "External actions") for more information on this.

PengZheng commented 5 months ago

Just as a reference and that we need to fix this: the ASF infra team has a policy that all external actions must be pinned to a specific git hash, instead of a tag.

See https://infra.apache.org/github-actions-policy.html (section "External actions") for more information on this.

Thanks for reminding. I'll fix this.