GitGalaxy Scanner
Version updated for https://github.com/squid-protocol/gitgalaxy to version v2.0.8.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
GitGalaxy is an advanced static analysis and knowledge graph engine designed to analyze code repositories at scale without relying on abstract syntax trees (ASTs) or large language models (LLMs). It addresses challenges such as AST limitations, LLM hallucinations, and non-compilable code by using deterministic keyword-based profiling to produce detailed mappings of code structure, function interactions, and architectural insights across 50+ programming languages. The action automates comprehensive repository analysis, enabling high-speed, accurate insights into code quality, complexity, and structure for improved software understanding and decision-making.
What’s Changed
What’s Changed
- jcl transparency by @squid-protocol in https://github.com/squid-protocol/gitgalaxy/pull/10
- feat: migrate Museum of Code to HTML and setup MkDocs CI/CD by @squid-protocol in https://github.com/squid-protocol/gitgalaxy/pull/11
- Fix cascade delete hang by adding indexes to class and function tables by @squid-protocol in https://github.com/squid-protocol/gitgalaxy/pull/12
Full Changelog: https://github.com/squid-protocol/gitgalaxy/compare/v2.0.7...v2.0.8