April 4, 2026
Judges Code Review
Version updated for https://github.com/KevinRabun/judges to version v3.128.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 The “Judges Panel” GitHub Action provides a comprehensive evaluation framework for AI-generated code by combining deterministic static analysis (e.g., pattern matching, AST analysis) and LLM-powered expert reviews across 45 specialized domains. It automates tasks such as quality gate enforcement, code risk assessment, and prioritized fix recommendations, with capabilities like context-aware evaluation, public repository reporting, and auto-fix suggestions. This action streamlines code review processes and enhances code quality, making it suitable for CI/CD pipelines and development workflows.
April 4, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.56.0.
This action is used across all versions by 2,878 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator GitHub Action automates the generation of Python data models from various schema formats, including OpenAPI 3, JSON Schema, GraphQL, and raw data (e.g., JSON, YAML, CSV). It supports creating type-safe, validated models for frameworks like Pydantic, dataclasses, TypedDict, and more, while handling complex schema features such as references, enums, and nested types. This tool streamlines the process of creating ready-to-use, IDE-friendly Python models for developers working with structured data.
April 4, 2026
AI-Pull-Request-Equalizer
Version updated for https://github.com/MarkFazekas/AI-Pull-Request-Equalizer 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 AI Pull Request Equalizer GitHub Action automates the moderation of pull requests from forked repositories by closing them if the contributor lacks sufficient permissions or an assigned issue, ensuring only authorized or actively engaged contributors can submit changes. This action addresses challenges related to managing contributions from users leveraging Large Language Models (AI), redirecting such efforts to more welcoming projects while reducing potential misuse or spam. Its key functionality includes automated permission checks, issue assignment verification, and customizable closure messages for pull requests.
April 4, 2026
Build discussion
Version updated for https://github.com/nvdaes/build-discussion to version v2.0.0.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the creation of GitHub Discussions by leveraging the GitHub CLI (gh) to interact with the GitHub GraphQL API. It simplifies the process of programmatically setting up discussions in repositories, eliminating the need for manual intervention. Key capabilities include specifying the repository, discussion category, title, and body, while providing outputs such as the discussion ID, URL, and number for further workflow integration.
April 4, 2026
Automatic Semantic Releases
Version updated for https://github.com/oliversalzburg/action-automatic-semantic-releases to version v3.1.0.
This action is used across all versions by 16 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 Automatic Semantic Releases Action automates the creation and management of GitHub releases based on versioned tags, branch pushes, or scheduled events. It simplifies the release process by generating semantic versioning-compliant releases, supporting draft, pre-release, and snapshot builds for various workflows like development or nightly builds. This action streamlines version management, reduces manual effort, and ensures consistent release practices across projects.
April 4, 2026
verify-jar-action
Version updated for https://github.com/pivovarit/verify-jar-action to version v1.4.0.
This action is used across all versions by 8 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The verify-jar-action GitHub Action automates the process of scanning JAR files in a specified directory to ensure that all .class files comply with a defined maximum Java version or bytecode version. It helps prevent compatibility issues by failing the build if any class exceeds the allowed version, with an option for report-only mode to audit violations without interrupting the workflow. Key features include detailed per-JAR reports, configurable scanning limits, and support for GitHub Step Summaries.
April 4, 2026
QWED Protocol Verification
Version updated for https://github.com/QWED-AI/qwed-verification to version v5.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 QWED Protocol is a GitHub Action designed to provide a model-agnostic verification framework for AI systems, focusing on validating outputs, processes, and tool interactions from any large language model (LLM) or AI agent. It helps detect and block unverified or potentially erroneous AI-generated content, preventing issues like hallucinations from impacting production. Key capabilities include multiple verification engines, agent security mechanisms, and process determinism, ensuring trust and reliability in AI-driven workflows.
April 4, 2026
Claude BugBot
Version updated for https://github.com/rekpero/claude-bugbot-github-action to version v1.0.10.
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 Claude BugBot GitHub Action automates the analysis of pull requests by leveraging the Claude Code model to detect bugs, logic errors, security vulnerabilities, and other issues. It posts inline review comments directly on affected lines, simplifying bug detection and resolution while eliminating the need for additional subscriptions or middleware costs. This action is ideal for developers using Claude Pro or Max plans, offering fast, direct analysis without IDE dependencies.
April 4, 2026
ShieldCI — DevSecOps Pipeline Generator
Version updated for https://github.com/Richonn/ShieldCI to version v1.12.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 ShieldCI is a GitHub Action designed to automate the creation of robust CI/CD DevSecOps pipelines by detecting the project’s tech stack, generating appropriate workflows, and opening a pull request with the changes. It simplifies the process of implementing security and quality assurance measures by integrating tools for static analysis (SAST), secret scanning, vulnerability assessments, and more. This action helps teams quickly adopt best practices for secure and efficient software delivery.
April 4, 2026
Dagger Version
Version updated for https://github.com/sagikazarmark/dagger-version-action to version v0.0.3.
This action is used across all versions by 12 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 retrieves the engineVersion field from a dagger.json file in a repository, either by reading the file directly if the repository is checked out or via the GitHub Contents API if it is not. It automates the process of identifying the required Dagger engine version for workflows, streamlining dependency management and ensuring compatibility. This action is particularly useful for setting up CI/CD pipelines that rely on Dagger.