Code Rot Hotspots
Version updated for https://github.com/zubairriaz/hotspot-tool to version v1.4.9.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action hotspot-tool identifies and flags files that are both frequently changed and complex, potentially introducing bugs into your codebase. It runs inside CI runners without exposing sensitive source code to the internet, focusing on behaviors and complexity metrics to help identify and address performance issues in pull requests.
What’s Changed
v1.4.9 — 2026-08-24
- fix: shorten action description to under 125 chars for Marketplace (191d468)