August 25, 2026
Goal-Driven AI PR Reviewer
Version updated for https://github.com/markhuangai/ai-pr-reviewer to version v1.1.5.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the review process by leveraging the Claude Agent SDK to generate AI reviews for pull requests in any repository. It ensures that each review runs in an isolated session and is based on a pristine head checkout, using read-only tools to inspect the repository’s history without affecting the current state. The action allows specifying multiple prompts for different types of checks and handles sensitive information securely through environment variables or secrets.
August 25, 2026
Apex Code Coverage Transformer
Version updated for https://github.com/mcarvin8/apex-code-coverage-transformer to version v3.1.4.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Apex Code Coverage Transformer is a utility that transforms Apex code coverage JSON files generated by Salesforce CLI into various formats (SonarQube, Codecov, GitHub, GitLab, Azure DevOps, Bitbucket) to facilitate integration with CI/CD pipelines and other tools. It automates the process of preparing code coverage reports for different platforms, making it easier to monitor and visualize test coverage across pull requests and development environments.
August 25, 2026
SF Decomposer
Version updated for https://github.com/mcarvin8/sf-decomposer to version v7.3.0.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action, sf-decomposer, automates the process of breaking down large Salesforce metadata XML files into smaller, more manageable pieces for version control and deployment. It supports decompiling and recomposing metadata in various formats like XML, JSON, YAML, and JSON5. The action runs as a standalone tool without requiring the Salesforce CLI or plugin installation, making it suitable for CI/CD environments where these tools are not available.
August 25, 2026
Falsifying Swarm Orchestrator
Version updated for https://github.com/moonrunnerkc/swarm-orchestrator to version v13.1.9.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of orchestrating tasks within a Git workspace. It uses machine-captured evidence to verify claims about task execution and record every tool call. Key capabilities include planning tasks, tracking file modifications, running gates to validate the integrity of the work, and exporting signed, hash-chained bundles for verification by anyone without installing the tool.
August 25, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.15.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 This GitHub Action automates the process of validating and publishing Otzaria plugins to their store. It performs basic checks, builds the plugin, and uploads it automatically when a push is made to the main branch. The action uses two Secrets (OTZARIA_USER and OTZARIA_PASSWORD) for authentication. It also supports PR validation without publishing, with options to fail on warnings and set specific app version checks.
August 25, 2026
setup-openapi
Version updated for https://github.com/remarkablemark/setup-openapi to version v1.1.13.
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 setup-openapi GitHub Action installs the OpenAPI Generator CLI, caches it by version, and exposes the binary. It automates setting up an environment for generating client code from OpenAPI specifications in various languages such as Ruby. The action supports specifying a custom version of the CLI and allows configuring its binary name through inputs.
August 25, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
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 This GitHub Action, “Hello world docker action,” automates the process of greeting a user with either “Hello World” or “Hello [name]” by printing it to the log. It provides an easy way to include personalized greetings in your workflows without requiring custom setup.
August 25, 2026
KeyHog Secret Scanner
Version updated for https://github.com/santhreal/keyhog to version v0.5.85.
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 KeyHog is an open-source secret scanner written in Rust that scans code, Git history, cloud storage, containers, browser assets, and CI systems to find and verify leaked API keys, tokens, passwords, and credentials. It uses a combination of 934 service-specific detectors, decode-through for concealed credentials, context-aware evidence and suppression, live provider verification, and GPU acceleration through Vyre, a Rust-based GPU compute substrate.
August 25, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.88.
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 automates the process of identifying misconfigurations, hardcoded secrets, and other security issues in AI agent pipelines. It ensures that your codebase is secure by scanning it offline and deterministically, without relying on external models or network calls. AgentAuditKit supports 10 different agent platforms and can detect vulnerabilities such as remote server with no authentication, inline-auth configs with static credentials, and more.
August 25, 2026
SchemaCrawler (Local) Action for GitHub Actions
Version updated for https://github.com/schemacrawler/SchemaCrawler-Local-Action to version v17.14.1.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action automates the generation of a database schema report using SchemaCrawler on a Linux-based runner. It solves the problem of automating database schema analysis and visualization within a GitHub Actions workflow. The key capabilities include running SchemaCrawler locally, providing a report in various formats (e.g., HTML), and integrating with GitHub Actions for continuous integration and deployment processes.