yuqi1129 opened a new issue, #12437: URL: https://github.com/apache/gravitino/issues/12437
### Version main branch ### Describe what's wrong Pull request workflows that use `dorny/paths-filter` can fail before the actual tests start. The Node 24 action runtime uses its bundled CA store by default and may reject a certificate chain trusted by the runner's system CA store. This affects all 16 workflows that use `paths-filter` and can incorrectly block unrelated pull requests. ### Error message and/or stacktrace ```text Fetching list of changed files for PR#11877 from Github API Invoking listFiles(pull_number: 11877, per_page: 100) Error: self-signed certificate; if the root CA is installed locally, try running Node.js with --use-system-ca ``` ### How to reproduce 1. Trigger the pull-request workflows on `main`. 2. Let a `dorny/paths-filter` step query the GitHub REST API. 3. Observe the intermittent certificate failure in https://github.com/apache/gravitino/actions/runs/31579201053. ### Additional context GitHub Actions started using Node 24 by default on June 16, 2026. Node 24 supports `--use-system-ca` to include certificates trusted by the runner operating system. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
