Lean 4 fork for HoTT-compatible kernel extensions (Path types, transport, HITs). Maintained against upstream leanprover/lean4.
This PR pins the `test-summary/action` GitHub Action to the immutable commit SHA for `v2.4` to work around a broken upstream `v2` tag. Upstream retagged `v2` to point at `v2.5`, which ships without the bundled `index.js`, causing every job using the shared build template to fail in the `Test Summary` post-step with `File not found: '/home/runner/work/_actions/test-summary/action/v2/index.js'`, even when all tests pass. Pinning to the SHA (rather than another floating tag like `@v2.4`) matches GitHub's [security guidance](https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions) for third-party actions and avoids a repeat of this exact incident if `v2.4` is later retagged. Dependabot is already configured for `github-actions` updates in `.github/dependabot.yml`, so version bumps remain low-cost. Verification: - `curl -sI https://raw.githubusercontent.com/test-summary/action/v2/index.js` returns 404 - `curl -sI https://raw.githubusercontent.com/test-summary/action/31493c76ec9e7aa675f1585d3ed6f1da69269a86/index.js` returns 200 The summary action is shared across every workflow that includes `build-template.yml`, so this affects all CI Lake jobs, not just one. 🤖 Prepared with Claude Code Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| .github | ||
| .vscode | ||
| doc | ||
| images | ||
| releases_drafts | ||
| script | ||
| src | ||
| stage0 | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| .gitpod.Dockerfile | ||
| .gitpod.yml | ||
| .ignore | ||
| AGENTS.md | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| flake.lock | ||
| flake.nix | ||
| lean-toolchain | ||
| LICENSE | ||
| LICENSES | ||
| README.md | ||
| RELEASES.md | ||
This is the repository for Lean 4.
About
- Quickstart
- Homepage
- Theorem Proving Tutorial
- Functional Programming in Lean
- Documentation Overview
- Language Reference
- Release notes starting at v4.0.0-m3
- Examples
- External Contribution Guidelines
Installation
See Install Lean.
Contributing
Please read our Contribution Guidelines first.
Building from Source
See Building Lean.