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.
April 17, 2026
Android Kernel Build Action
Version updated for https://github.com/dabao1955/kernel_build_action to version v1.10.0.
This action is used across all versions by 143 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 “Android Kernel Build Action” is a GitHub Action designed to automate the process of building Android kernels. It simplifies kernel compilation by integrating source code, configurations, and build tools (e.g., GCC or Clang) into a single workflow. This action streamlines kernel development by supporting both remote and local kernel sources, enabling developers to efficiently generate ready-to-use kernel builds within their CI/CD pipelines.
April 17, 2026
setup-git-credentials
Version updated for https://github.com/de-vri-es/setup-git-credentials to version v2.2.0.
This action is used across all versions by 844 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 enables cloning private Git repositories over HTTPS by configuring Git with provided credentials, which are securely passed through secrets. It is particularly useful for workflows requiring access to additional private repositories beyond the main repository being built, automating the setup of authentication and URL rewriting for seamless integration. The action simplifies workflows by eliminating the need for interactive SSH agents, making it a practical solution for CI systems or tools like Cargo that lack native SSH authentication support.
April 17, 2026
Dev Container Build and Run Action
Version updated for https://github.com/devcontainers/ci to version v0.3.1900000449.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 7,352 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 Dev Container Build and Run GitHub Action simplifies the use of Dev Containers within GitHub workflows by automating tasks such as pre-building container images and running commands in a Dev Container for CI, testing, and other workflows. It supports Dev Container Features, adds metadata to images for easier reuse, and integrates with the @devcontainers/cli for compatibility and enhanced functionality. This action addresses the challenge of streamlining containerized development and CI processes, reducing manual setup and configuration.