This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 4834c653e59a217566a8b815fed72f725923e8c6 Merge: 9d786d16 eaee61e6 Author: PengZheng <[email protected]> AuthorDate: Thu Jan 19 22:23:37 2023 +0800 Merge pull request #472 from apache/feature/update_github_actions Feature/update GitHub actions .github/workflows/celix_etcdlib.yml | 18 ++-- .github/workflows/celix_promise.yml | 18 ++-- .github/workflows/coverage.yml | 67 +++++-------- .github/workflows/coverity-scan.yml | 17 +++- .github/workflows/macos-nightly.yml | 43 -------- .github/workflows/macos.yml | 111 ++++++++++++++------- .github/workflows/ubuntu-nightly.yml | 69 ------------- .github/workflows/ubuntu.yml | 106 ++++++++++++++------ .../discovery_configured/CMakeLists.txt | 2 + bundles/logging/log_admin/src/celix_log_admin.c | 5 +- .../gtest/src/SyslogWriterTestSuite.cc | 9 +- .../src/celix_syslog_writer_activator.c | 5 +- .../remote_services/discovery_shm/CMakeLists.txt | 4 +- .../remote_service_admin_shm_v2/CMakeLists.txt | 8 +- .../rsa_spi/include/export_registration.h | 11 +- .../rsa_spi/include/import_registration.h | 11 +- .../shell_bonjour/private/src/bonjour_shell.c | 2 +- .../Modules/FindRapidJSON.cmake | 24 +++-- conanfile.py | 15 +-- examples/conan_test_package/README.md | 4 +- examples/conan_test_package/conanfile.py | 4 +- .../conan_test_package/my_log_writer_activator.c | 5 +- libs/dfi/src/dyn_common.c | 2 +- libs/framework/src/celix_log.c | 2 +- libs/utils/CMakeLists.txt | 2 +- 25 files changed, 279 insertions(+), 285 deletions(-)
