August 7, 2026
MCP Tenant Isolation Scan
Version updated for https://github.com/subodhkc/mcp-tenant-isolation to version v1.6.1.
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 This GitHub Action, mcp-tenant-isolation, is a static analysis tool designed to detect and prevent cross-tenant data leakage in multi-tenant SaaS applications and MCP server codebases. It uses 57 deterministic rules to check for common vulnerabilities related to tenant isolation, database query filtering, IDOR prevention, cache key scoping, RLS, schema gaps, and MCP-specific risks such as tool visibility, cache prefix, session binding, credential vault, and more. The tool supports various frameworks including Prisma, Drizzle, raw SQL, Next.js, Express, and Fastify, making it versatile for different types of projects.
August 7, 2026
Set up TestLens
Version updated for https://github.com/testlens-app/setup-testlens to version v1.9.4.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 39 repositories.
Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action setup-testlens connects Maven or Gradle builds to TestLens for code coverage analysis. It automates the process of instrumenting test tasks with TestLens, providing a type-safe way to integrate TestLens into workflows using Kotlin DSL. The action requires the TestLens GitHub App installation on the repository and supports both Gradle and Maven projects.
August 7, 2026
Advanced Jules PR Reviewer
Version updated for https://github.com/thalesraymond/jules-pr-reviewer to version v1.4.0.
This action is used across all versions by 3 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 uses Google Jules, a Gemini-powered cloud coding agent, to review pull requests and post inline comments with severity levels. It helps identify security flaws in code by analyzing the changes made in a PR, providing line-level feedback and automatically resolving threads if issues are fixed. The action can be configured with custom rules either directly in the workflow or through a file in the repository, enhancing its flexibility and usability.
August 7, 2026
Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.2.7.
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 This GitHub Action sets up Tombi, a tool for managing and securing configuration files, in your CI/CD workflows. It simplifies the installation process by allowing users to specify different versions, use lock files for consistency, and verify checksums for integrity. The action supports various runners and provides options to manage cache behavior effectively.
August 7, 2026
Veracode Configure
Version updated for https://github.com/vcode-config/configure to version v0.03.
This action is used across all versions by ? 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 veracode-config GitHub Action automates the process of onboarding repositories into the Veracode Workflow integration. It checks for and creates an Application Profile, persists inventory and workflow configuration values in custom metadata, and exposes reusable workflow outputs for downstream jobs. The action inventories programming languages, package managers, and non-GitHub build definitions, and can refresh or update these inventories as needed. It supports various configuration options and provides outputs for application GUIDs and workflow configurations.
August 7, 2026
Vibgrate Scan
Version updated for https://github.com/vibgrate/cli to version v2026.806.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 @vibgrate/cli GitHub Action is a local tool that analyzes your codebase to determine its current state and how it compares to previous versions. It provides a code graph and drift score, which helps identify dependencies and potential risks related to outdated libraries or runtime issues. The action is designed to run on the user’s machine without relying on external APIs or networks, making it efficient for local development and collaboration.
August 7, 2026
Vigilnz Security Scan
Version updated for https://github.com/Vigilnz/vigilnz-scan-action to version v1.2.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 Vigilnz Security Scan Action automates security scans for applications and repositories using Vigilnz’s API. It supports SCA, SBOM, SAST, IAC SCAN, SECRET SCAN, DAST, and CONTAINER SCAN. The action makes it easy to integrate security scanning into GitHub workflows by generating an API key, storing it securely in secrets, and adding the action to the workflow configuration.
August 7, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.25.
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 RustScript GitHub Action interprets and runs Rust scripts without compiling them fully, using a practical subset of the language. It provides a lightweight alternative to running full Rust projects by executing scripts directly with a register VM. The action supports running scripts, validating them, building native binaries, checking supported methods, cleaning caches, updating releases, and displaying version information.
August 7, 2026
MidnightBSD-vm
Version updated for https://github.com/vmactions/midnightbsd-vm to version v1.0.5.
This action is used across all versions by 34 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 automates running CI jobs on MidnightBSD. It supports a variety of releases and architectures, including x86_64. The action allows users to pass environment variables, run commands, and share code between their host machine and the VM using rsync, sshfs, nfs, or scp. Users can specify which shell to use within the VM. The latest major version is recommended for use, with instructions on migrating from previous versions.
August 7, 2026
ESLint AI Guard
Version updated for https://github.com/YashJadhav21/eslint-plugin-ai-guard to version v1.3.0.
This action is used across all versions by 2 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Purpose and Functionality: The GitHub Action ai-guard is designed to prevent AI-generated code from introducing reliability and security bugs into your project by identifying and flagging patterns that are consistently incorrect.