March 21, 2026
drizzle-migration-guard
Version updated for https://github.com/saudademjj/drizzle-migration-guard 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 The drizzle-migration-guard GitHub Action enhances the drizzle-kit check tool by automating the detection and diagnosis of migration file collisions in pull requests. It simplifies review workflows by classifying failures into actionable categories, providing clear next steps via sticky PR comments, and generating readable summaries within GitHub Actions.
March 21, 2026
scalified/helm-chart-bump-action
Version updated for https://github.com/Scalified/helm-chart-bump-action 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 Helm Chart Bump Action is a GitHub Action designed to automate updating Helm chart versions based on the latest Docker image tags from Docker Hub. It filters image tags using a configurable regex pattern, identifies the latest matching tag, updates the version and appVersion fields in the Chart.
March 21, 2026
IfChange (slnc)
Version updated for https://github.com/slnc/ifchange to version v0.3.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 ifchange GitHub Action is a linting tool designed to enforce the consistency of cross-file dependencies in codebases. By marking related code sections with specific comments (LINT.IfChange / LINT.ThenChange), it ensures that when one section of code changes, all referenced sections are updated accordingly, preventing overlooked changes and configuration mismatches.
March 21, 2026
ZIRAN Agent Security Scan
Version updated for https://github.com/taoq-ai/ziran to version v0.19.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 ZIRAN is a GitHub Action designed for security testing of AI agents, including those with tools, memory, and multi-step reasoning capabilities. It identifies vulnerabilities by analyzing complex attack paths, such as dangerous tool combinations, side effects, and multi-phase campaigns, which are often overlooked by traditional security tools.
March 21, 2026
grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.10-release.
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 grype_me GitHub Action automates vulnerability scanning for your project’s supply chain using Anchore Grype, providing detailed reports and dynamic shields.io badges. It simplifies the detection of known vulnerabilities in repositories, container images, or SBOMs, and supports nightly scans of tagged releases with pre-downloaded vulnerability databases for faster execution.
March 21, 2026
Install cargo-binstall
Version updated for https://github.com/cargo-bins/cargo-binstall to version v1.17.8.
This action is used across all versions by 12 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Cargo Binstall is a lightweight tool for installing precompiled Rust binaries directly from existing CI artifacts or release repositories, providing an alternative to building from source (cargo install) or manually downloading packages. It simplifies the installation process for package maintainers and users by automating binary fetching and installation, with support for fallback mechanisms like third-party artifact hosts and cargo install.
March 21, 2026
rs-cargo
Version updated for https://github.com/clechasseur/rs-cargo to version v5.0.2.
This action is used across all versions by 277 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 rs-cargo GitHub Action automates the execution of cargo commands, such as building, testing, or checking, within Rust projects. It simplifies workflows by enabling seamless integration of tools like cross or cargo-hack and improves visibility of warnings and errors directly in the GitHub UI.
March 21, 2026
CodeFox AI Review
Version updated for https://github.com/codefox-lab/CodeFox-CLI to version v0.4.5-alpha.
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 CodeFox-CLI is a command-line AI tool designed for automated code reviews of git changes, including diffs and pull requests, within terminal and CI/CD workflows. It streamlines the code review process by analyzing changes in the context of the overall codebase and providing feedback tailored to security, performance, or style.
March 21, 2026
Split Tests Java
Version updated for https://github.com/Donnerbart/split-tests-java-action to version v1.0.30.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, @donnerbart/split-tests-java-action, automates the process of optimizing test execution by splitting a Java test suite into balanced groups based on prior test runtimes. It solves the problem of uneven parallel test execution caused by varying test file durations, ensuring efficient resource utilization and faster CI workflows.