fix(ci): add CA certificate update before checkout #120

Merged
forbes merged 2 commits from fix/ci-self-hosted-actions into main 2026-02-09 17:20:03 +00:00
Owner

The job containers don't trust the Cloudflare origin cert by
default. Install and update ca-certificates as the first step
so git can clone over HTTPS before actions/checkout runs.

Summary

Changes

Checklist

  • Commit messages follow conventional commits (feat:, fix:, chore:, docs:, art:)
  • Code follows project style (clang-format for C++, black for Python)
  • Changes are tested locally
  • Documentation updated (if applicable)
The job containers don't trust the Cloudflare origin cert by default. Install and update ca-certificates as the first step so git can clone over HTTPS before actions/checkout runs. ## Summary <!-- Brief description of what this PR does --> ## Changes <!-- List the key changes made --> ## Related Issues <!-- Link related issues: Closes #123, Fixes #456 --> ## Checklist - [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `docs:`, `art:`) - [ ] Code follows project style (clang-format for C++, black for Python) - [ ] Changes are tested locally - [ ] Documentation updated (if applicable)
forbes added 1 commit 2026-02-09 17:19:46 +00:00
fix(ci): add CA certificate update before checkout
Some checks failed
Build and Test / build (pull_request) Has been cancelled
761c750895
The job containers don't trust the Cloudflare origin cert by
default. Install and update ca-certificates as the first step
so git can clone over HTTPS before actions/checkout runs.
forbes added 1 commit 2026-02-09 17:19:55 +00:00
Merge branch 'main' into fix/ci-self-hosted-actions
Some checks failed
Build and Test / build (pull_request) Has been cancelled
fdac0f9635
forbes merged commit c4f19cfcdf into main 2026-02-09 17:20:03 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#120