March 25, 2026
Create an ephemeral environment in Octopus Deploy
Version updated for https://github.com/OctopusDeploy/create-ephemeral-environment to version v1.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 2 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 “Create Ephemeral Environment” GitHub Action automates the creation of on-demand, temporary test environments in Octopus Deploy. It helps streamline development workflows by enabling teams to validate changes in isolated environments while optimizing infrastructure costs.
March 25, 2026
ozi-secure-release
Version updated for https://github.com/OZI-Project/secure-release to version 2.0.0.
This action is used across all versions by 1 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 secure-release GitHub Action facilitates secure and automated software release processes within CI/CD workflows. It ensures that releases are conducted with enhanced security measures, reducing the risk of unauthorized changes or vulnerabilities.
March 25, 2026
Pervaziv AI Code Review
Version updated for https://github.com/pervaziv/pervaziv-ai-code-review to version aicodereview-v2.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 Pervaziv AI Code Review GitHub Action automates security vulnerability detection in your repository by performing scans on every push or a defined schedule. It integrates with GitHub’s Security and Actions tabs to surface findings, provides detailed reports via the Pervaziv AI console, and optionally raises pull requests with suggested fixes for identified issues.
March 25, 2026
Rust Lint Action
Version updated for https://github.com/Profiidev/rust-lint-action to version v3.0.3.
This action is used across all versions by 20 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 Rust Lint Action is a GitHub Action designed to identify and optionally auto-fix linting and formatting issues in Rust projects using tools like clippy and rustfmt. It simplifies code quality enforcement by automating linting on commits and pull requests, providing actionable feedback through annotated commit checks.
March 25, 2026
Network Policy Enforcer
Version updated for https://github.com/pwnchief/network-policy-enforcer 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 Network Policy Enforcer GitHub Action monitors and enforces outbound network connections on CI/CD runners using eBPF and iptables. It provides two modes: Audit mode, which logs and summarizes all outbound connections for visibility, and Block mode, which enforces a strict allowlist by rejecting unauthorized connections, failing workflows, and identifying offending steps.
March 25, 2026
Basilisk AI Security Scan
Version updated for https://github.com/regaan/basilisk to version v2.0.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 Basilisk is an open-source AI red teaming framework designed for automated security testing of large language models (LLMs) such as GPT, Claude, and custom APIs. It streamlines adversarial testing through features like genetic prompt evolution, posture scanning, behavior comparison across models, and detailed reporting, enabling security researchers and defensive teams to identify vulnerabilities in LLM applications.
March 25, 2026
Install go-task/task
Version updated for https://github.com/rsclarke/install-task to version v2.0.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 This GitHub Action installs and caches the go-task/task automation tool on Linux and macOS runners, adding it to the system PATH while verifying downloads against official checksums. It automates the setup and version management of go-task/task, ensuring efficient reuse of cached installations across workflow runs.
March 25, 2026
AI Code Trust Validator
Version updated for https://github.com/rudra496/ai-code-trust-validator to version v0.4.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 The AI Code Trust Validator is a GitHub Action that analyzes AI-generated code to identify and address security vulnerabilities, logic errors, hallucinations, dependency issues, and technical debt across Python, JavaScript, and TypeScript. It automates tasks like security scanning, code validation, test generation, and providing AI-powered auto-fixes, enabling developers to ensure code quality and reliability before deploying to production.
March 25, 2026
RustMail Action
Version updated for https://github.com/rustmailapp/rustmail-action 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 RustMail GitHub Action provides an automated way to start an SMTP server for capturing emails during CI workflows and assert on specific email properties. It simplifies testing email-related functionality by allowing developers to verify captured emails based on criteria such as subject, sender, recipient, or count.