December 15, 2025
LineHook
Version updated for https://github.com/NagusameCS/lineHook to version v1.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s New New Features Uninstall Command: Added linehook uninstall (or linehook u) to cleanly remove LineHook from your project Removes .linehook/ directory (config, badges, graphs) Removes GitHub Action workflow (.github/workflows/linehook.yml) Cleans up LineHook entries from .gitignore Interactive confirmation (use -y to skip) Automatically cleans up empty .
December 15, 2025
ADR 2.0 Agent Promotion
Version updated for https://github.com/p2achAI/adr-agent to version v1.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 15, 2025
llm-cost
Version updated for https://github.com/Rul1an/llm-cost to version v1.3.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 📣 Announcement: FinOps Validation Suite (v1.3.0) “FinOps-as-Code” is now Enterprise Ready.
We are proud to announce the release of llm-cost v1.3.0, introducing the FinOps Validation Suite. This release transforms llm-cost from a developer tool into a trusted financial instrument, capable of audit-grade cost validation.
December 15, 2025
Terraform Module Releaser
Version updated for https://github.com/techpivot/terraform-module-releaser to version v1.8.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 21 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.8.0 (2025-12-15) ✨ New Features Flexible Module Reference Mode 🏷️: Choose how Terraform module versions are referenced in generated documentation—by tag or commit SHA—using the new module-ref-mode configuration. This gives you precise control over version tracking and auditability in your wiki documentation.
December 15, 2025
Agentic AI Code Reviewer
Version updated for https://github.com/TusharRoy23/ai-code-reviewer to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed AST parser added by @TusharRoy23 in https://github.com/TusharRoy23/ai-code-reviewer/pull/9 Full Changelog: https://github.com/TusharRoy23/ai-code-reviewer/compare/v0.0.9...v1.0.0
December 15, 2025
My JS Build Action
Version updated for https://github.com/vlad-yarko/js-build-action to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes fdsa
December 15, 2025
Link validation
Version updated for https://github.com/your-ko/link-validator to version 1.16.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Wrap GitHub client and use interface in handlers by @your-ko in https://github.com/your-ko/link-validator/pull/293 Use vektra/mockery to generate unit test mocks. Some corresponding refactoring in handlers. by @your-ko in https://github.com/your-ko/link-validator/pull/295 Validate whether the repository exist before doing any other call, so the error message is more meaningful, rather then just “Not Found”, where it wasn’t clear, what exactly wasn’t found by @your-ko in https://github.
December 15, 2025
Check formatting of Rust code with rustfmt
Version updated for https://github.com/actions-rust-lang/rustfmt to version v1.1.2.
This action is used across all versions by 1,074 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixed Fixed a command injection vulnerability via the manifest-path input parameter.
The code was using GitHub action templates to inject the value directly into the shell command, which does not perform the necessary escaping. For fixing the issue, the value is passed via an environment variable, which performs the proper escaping.
December 15, 2025
freo - for the reviewers eyes only
Version updated for https://github.com/berkaybilik/freo to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes freo (For the Reviewers’ Eyes Only) freo helps you leave temporary, reviewer-only comments in a pull request branch and then remove them automatically (typically when a PR is approved) so they never land on your default branch.
It works by stripping comment text that contains a keyword (default: FREO) across the files you changed in the PR.