April 20, 2026
SecondBrainAction
Version updated for https://github.com/mcasperson/SecondBrain to version +run2614-attempt1.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SecondBrain is a CLI tool that integrates with external data sources (e.g., Salesforce, Slack, YouTube, GitHub) to retrieve, filter, and analyze data using a Large Language Model (LLM). It automates tasks such as generating insights, summaries, and reports by leveraging Retrieval Augmented Generation (RAG) techniques to extract relevant information from diverse and disconnected datasets. Key capabilities include directory scanning for document analysis, GitHub change summarization, and YouTube transcript processing.
April 20, 2026
gako-tag-action
Version updated for https://github.com/monperrus/gako-tag-action to version v0.2.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The gako-tag-action is a GitHub Action designed to automate version tagging for commits pushed to the main branch by incrementing the version number based on the specified component (e.g., major, minor, or micro). It solves the problem of manually managing version tags by automatically identifying the latest tag, computing the next version, and pushing the new tag to the repository. Key capabilities include customizable version increments, handling of initial tags, and outputting the new and previous tags for further workflow integration.
April 20, 2026
GuardRail - Next.js Security Scanner
Version updated for https://github.com/Montech-stack/GuardRail to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary GuardRail AI is a GitHub Action designed to automatically scan pull requests in Next.js projects for over 20 security vulnerabilities, such as hardcoded secrets, XSS, and injection risks. It leverages AI to provide clear explanations and actionable fix suggestions directly within PR comments, streamlining security reviews and addressing issues early in the development workflow. This tool integrates seamlessly into the CI/CD pipeline, helping teams enhance security without disrupting developer productivity.
April 20, 2026
Run pully
Version updated for https://github.com/N35N0M/pully to version 3.0.4.
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 Pully is a GitHub Action that automates the task of posting and updating concise Slack messages to provide real-time status updates for pull requests (PRs) in a single channel. It eliminates the need for external services by leveraging a dedicated orphan branch in the repository to manage state, offering a lightweight solution for tracking PR progress, approvals, and requested changes. This action is particularly useful for teams working in high-paced environments by improving collaboration and visibility into PR statuses without requiring direct Slack channel read permissions.
April 20, 2026
Lint YAML files
Version updated for https://github.com/pako-23/action-yamllint to version v0.0.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The yamllint GitHub Action provides automated linting of YAML files in a repository using the yamllint tool. It helps ensure YAML files adhere to syntax and formatting standards, reducing errors and improving code quality. This action automates the process of validating YAML files during CI workflows, enhancing consistency and reducing manual effort.
April 20, 2026
Calcis LLM Cost Estimate
Version updated for https://github.com/rc397/calcis-action to version v1.1.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Calcis LLM Cost Estimator GitHub Action automates the estimation of Large Language Model (LLM) API costs for pull requests by analyzing prompt file changes. It calculates cost deltas between branches, provides monthly cost projections, and enforces budget thresholds through configurable status checks to prevent overspending. This action streamlines cost management for AI projects, ensuring transparency and governance over prompt-related expenses.
April 20, 2026
rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v4.0.1.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The rust-affected GitHub Action analyzes a Rust workspace to determine which packages are impacted by changes to specific files, leveraging the Cargo dependency graph. It automates the identification of directly modified crates, affected library and binary members, and whether a full workspace rebuild is needed due to specific trigger files. This action helps optimize workflows by narrowing the scope of tasks, such as testing or deployment, to only the impacted components in large Rust projects.
April 20, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.2.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary AgentAuditKit is a security scanner designed for AI agent pipelines, identifying vulnerabilities such as misconfigurations, hardcoded secrets, tool poisoning, and tainted data flows across 13 agent platforms. It automates compliance checks, vulnerability detection, and remediation using 148 security rules, 28 scanner modules, and comprehensive support for industry standards like OWASP, SOC 2, and ISO 27001. With features like offline operation, supply chain integrity tools, and rapid CVE rule updates, it enhances the security and reliability of AI-driven systems.
April 20, 2026
action-setup-claude
Version updated for https://github.com/seepine/action-setup-claude to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-setup-claude GitHub Action streamlines the installation and setup of the Claude CLI in CI workflows, with optional configuration of Anthropic-related environment variables. It automates caching of the CLI binary and configuration directories to reduce installation time, ensures the CLI is readily accessible via the system path, and outputs the installed version for verification. This action simplifies the integration of Claude capabilities while improving efficiency during CI processes.
April 20, 2026
Node Semantic Release
Version updated for https://github.com/stairwaytowonderland/node-semantic-release to version v1.2.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The node-semantic-release GitHub Action automates the process of installing dependencies, building a Node.js project, and performing semantic releases to publish new versions based on commit history. It also base64-encodes release notes for safe downstream transport, solving common CI/CD challenges related to versioning, release management, and data handling. Its key capabilities include publishing releases, generating release notes, and supporting workflows that require CI checks or type validation.