April 17, 2026
PRmate — 한국어 AI 코드 리뷰
Version updated for https://github.com/prmate/prmate 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 PRmate is a GitHub Action that automates AI-driven code reviews for pull requests, providing comments in natural Korean based on official coding conventions like Woowa, Naver Hackday, and Toss Frontend Fundamentals. It streamlines the review process by ensuring compliance with established guidelines, optimizing cost through prompt caching, and safeguarding sensitive data with automatic masking. Key features include customizable review levels, support for custom team conventions, and integration with third-party notification tools like Slack and Discord.
April 17, 2026
Rust Lint Action
Version updated for https://github.com/Profiidev/rust-lint-action to version v4.1.0.
This action is used across all versions by 22 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 Rust Lint Action is a GitHub Action designed to automate the process of running linting and formatting checks on Rust code. It helps maintain code quality by identifying and flagging potential issues, enforcing coding standards, and applying consistent formatting. This action streamlines code review workflows by ensuring Rust code adheres to best practices automatically.
April 17, 2026
Jules PR Reviewer
Version updated for https://github.com/sanjay3290/jules-pr-reviewer 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 “Jules PR Reviewer” GitHub Action leverages Google’s Jules (a Gemini-powered cloud coding agent) to automatically analyze and review pull requests, posting detailed comments with severity-tagged findings. It supports any language or framework, filters false positives, and allows extensibility through custom rules. By automating PR reviews and optionally gating merges based on findings, it streamlines code quality checks and enforces best practices.
April 17, 2026
pi GitHub Action
Version updated for https://github.com/shaftoe/pi-coding-agent-action to version v2.8.1.
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 The Pi Coding Agent GitHub Action integrates the Pi coding agent with GitHub workflows to automate tasks such as issue analysis, pull request reviews, and code fixes. It allows users to trigger the agent with specific commands (e.g., /pi) in issue or PR comments, enabling interactive assistance or automated code reviews. Additionally, it supports custom extensions and non-interactive workflows for advanced automation, streamlining development processes and improving code quality.
April 17, 2026
CVE Lite CLI
Version updated for https://github.com/sonukapoor/cve-lite-cli to version v1.7.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 CVE Lite CLI is a fast, local-first GitHub Action that scans JavaScript and TypeScript projects for dependency vulnerabilities, providing actionable remediation guidance, including direct fix commands for package managers. It automates the identification of risks in both direct and transitive dependencies without requiring accounts, cloud uploads, or external API calls, making it suitable for secure, offline environments. Key features include lockfile-based scanning, practical fix recommendations, and offline advisory database support.
April 17, 2026
grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.13-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 This GitHub Action, grype_me, automates vulnerability scanning of a project’s supply chain using Anchore Grype. It identifies known security issues in source dependencies, container images, directories, or SBOMs, and generates dynamic shields.io badges with detailed Markdown reports for easy monitoring. The action is optimized for speed with a pre-downloaded vulnerability database and offers features like nightly release scans, configurable thresholds for failing builds, and reporting only on vulnerabilities with available fixes.
April 17, 2026
Minified Branch Builder
Version updated for https://github.com/tristanbudd/minified-branch-github-action to version 1.0.1.
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 Minified Branch Builder GitHub Action automates the process of minifying CSS and JavaScript files, rewriting asset references in HTML or PHP files, and pushing the optimized output to a dedicated production branch. It streamlines deployment by ensuring production-ready code with features like cache-busting, backup generation, and efficient processing for large repositories. This action eliminates the need for manual asset optimization and reference updates, saving time and reducing errors in build workflows.
April 17, 2026
VibeSafe Security Scan
Version updated for https://github.com/vibesafeio/vibesafe-action to version v0.1.1.
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 VibeSafe is a GitHub Action designed to scan AI-generated apps for security and accessibility vulnerabilities. It automates the detection of issues such as hardcoded API keys, SQL injection, misconfigured database security, and ADA compliance gaps, providing a safety score and actionable fixes via AI-generated prompts. This tool helps developers ensure their applications are safe to deploy, reducing risks of data breaches, legal issues, and insecure coding practices.
April 17, 2026
Wasm action
Version updated for https://github.com/xelato/wasm-action to version v0.0.13.
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 Summary:
wasm-action is a GitHub Action, CLI tool, and Python library designed to facilitate the creation, distribution, and execution of non-browser-based WebAssembly (WASM) workloads with a focus on security and privacy. It automates tasks such as pushing and pulling WASM packages to supported registries (e.g., wa.dev), managing artifact types like WASM binaries, and securely running untrusted code in a Python sandbox. This action simplifies the deployment and management of WebAssembly components across different environments.
April 17, 2026
dbt-semguard
Version updated for https://github.com/yeaight7/dbt-semguard to version v0.2.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 dbt-semguard is a tool designed to detect semantic breaking changes in dbt Semantic Layer definitions, ensuring that changes to metrics and models do not unintentionally alter their business meaning. By comparing two versions of a semantic contract, it identifies and classifies changes as breaking, risky, or safe, helping teams catch issues like metric definition changes or altered dimensions before they impact downstream consumers. It automates semantic change detection and provides actionable insights for pull request reviews, supporting both local CLI and GitHub workflows.