opensearch-project / job-scheduler

Run periodic jobs on the cluster from your plugin
Apache License 2.0
21 stars 73 forks source link

Fix checkout action failure #650

Closed cwperks closed 1 month ago

cwperks commented 1 month ago

Description

CI is failing with

/__e/node20/bin/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /__e/node20/bin/node)
/__e/node20/bin/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Added ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true variable to use Node16

Issues Resolved

https://github.com/actions/checkout/issues/1809

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.