March 11, 2026
Judges Code Review
Version updated for https://github.com/KevinRabun/judges to version v3.38.0.
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 The “Judges Panel” GitHub Action is an MCP server designed to evaluate AI-generated code across 45 specialized domains, including security, compliance, accessibility, and architectural issues. It automates quality assessment by combining offline deterministic analysis with LLM-powered expert reviews, addressing common AI-generated code failures like insecure defaults and poor error handling.
March 11, 2026
PHP Print Debug Search
Version updated for https://github.com/kotaoue/go-php-print-debug to version v1.0.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 go-php-print-debug GitHub Action automates the process of identifying debug-related statements in PHP code, such as print, print_r, var_dump, var_export, and echo. It scans specified directories to detect and report these statements, helping developers locate unintended debug output that may compromise code quality or production readiness.
March 11, 2026
Aikido Safe Chain
Version updated for https://github.com/luisfontes19/aikido-safe-chain-action 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 Aikido Safe Chain GitHub Action enhances CI/CD pipeline security by installing and configuring Aikido Safe Chain to intercept package installations and block known malware in real-time. It supports multiple package managers, such as npm, yarn, pip, and poetry, ensuring automated protection against malicious packages during dependency management.
March 11, 2026
Totem Shield
Version updated for https://github.com/mmnto-ai/totem to version @mmnto/cli@0.27.0.
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 Totem is an AI state management tool designed to enhance local AI development by providing a shared memory and orchestration system for AI agents. It solves issues like AI amnesia, architectural mistakes, and code inconsistencies by embedding a syntax-aware vector index within projects, enabling agents to reference project constraints and decisions before generating code.
March 11, 2026
Set up MLIR toolchain
Version updated for https://github.com/munich-quantum-software/setup-mlir to version v1.3.0.
This action is used across all versions by 5 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 setup-mlir GitHub Action facilitates automated setup of the MLIR (Multi-Level Intermediate Representation) toolchain in CI workflows or local environments by extracting pre-built MLIR binaries, adding them to the system’s $PATH, and defining necessary environment variables.
March 11, 2026
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.120.
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 aer GitHub Action provides a streamlined solution for validating Apex code, running unit tests, and simulating a lightweight Salesforce-compatible runtime locally. It automates the testing and debugging of Apex logic without requiring deployment to a Salesforce org, enabling faster and more reproducible development cycles.
March 11, 2026
SBOM Auditor Action
Version updated for https://github.com/otto-de/sbom_auditor_action to version v1.3.0.
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 SBOM Auditor GitHub Action automates the auditing of Software Bill of Materials (SBOM) for license compliance. It fetches and enriches SBOM data, collects detailed license information, evaluates licenses against a defined policy, and generates a comprehensive audit report with optional AI-assisted summaries.
March 11, 2026
codeowner-gen
Version updated for https://github.com/PeterGrace/codeowner-gen to version v0.4.4.
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 codeowner-gen GitHub Action automates the process of generating and maintaining a well-organized CODEOWNERS file from a structured YAML configuration. It ensures the output is properly formatted, alphabetized, and optionally grouped, improving readability and reducing unnecessary changes in pull requests.
March 11, 2026
drift-guard
Version updated for https://github.com/pgomes13/drift-guard-engine to version v3.2.2.
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 Drift Guard is a GitHub Action designed to ensure API type safety by detecting breaking changes in OpenAPI, GraphQL, and gRPC specifications before they are deployed to production. It automates the process of comparing API specifications across branches and provides insights into potential impacts on the codebase.