August 10, 2026
TreeExporter
Version updated for https://github.com/mrf0rtuna4/TreeExporter to version v0.2.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary TreeExporter automatically generates beautiful repository structure diagrams from project folders, replacing manual editing of README file trees. It supports SVG and plain text export formats, customizable themes, and GitHub Actions integration.
What’s Changed Changelog [0.2.0] - 2026-08-10 Added Added built-in SVG themes:
August 10, 2026
Nox Security Scanner
Version updated for https://github.com/Nox-HQ/nox to version v1.29.0.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Nox is an open-source static analyzer designed for AI application developers. It detects potential vulnerabilities in LLM applications by analyzing both the code and external dependencies without requiring access to your codebase or internet connection. Key capabilities include detecting prompt injection, embedding leakage, agent over-privilege, and unverifiable dependency provenance.
August 10, 2026
Oculum Security Scan
Version updated for https://github.com/OculumDev/oculum-action to version v1.0.4.
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 GitHub Action Oculum Security Scan is an AI-driven security tool designed to detect various vulnerabilities in LLM-powered applications. It combines both traditional static application security testing (SAST) and AI techniques to identify prompt injection, hardcoded secrets, SQL injection, XSS, and more. The action can be integrated into GitHub workflows to automatically scan code changes and provide real-time feedback through PR comments or inline annotations. It supports two scan depths: cheap for free pattern matching scans and validated for AI-assisted validation with a required API key.
August 10, 2026
Odin Scan - Smart Contract Security
Version updated for https://github.com/Odin-Scan/odin-scan-action to version v1.0.5.
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 This GitHub Action automates smart contract security analysis for CosmWasm, Solana, and EVM projects using Odin Scan. It integrates with GitHub Code Scanning to provide SARIF files for native security alerts and comments on pull requests. Users can configure severity thresholds and trigger scans through comments, making it easier to catch vulnerabilities early in the development process.
August 10, 2026
ActionScope
Version updated for https://github.com/r12habh/ActionScope to version v0.5.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 ActionScope is an open-source tool that analyzes GitHub Actions workflows to identify AWS permissions and potential security risks. It automates the process of mapping the blast radius of CI/CD pipelines against AWS resources, providing clear insights into what actions and permissions are implied if a workflow is compromised. Key capabilities include detecting known-compromised actions, identifying OIDC trust policy misconfigurations, and monitoring for script injection or artifact poisoning. Users can run it locally to scan their repositories without requiring AWS credentials.
August 10, 2026
Redis Repo Memory
Version updated for https://github.com/redis-learn/redis-repo-memory to version v1.0.4.
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 Redis Repo Memory automates the process of finding semantically related pull requests, issues, and commits in repository history using Redis vector search. It extracts commit or PR context from titles, bodies, and changed files, embeds it with OpenAI’s text-embedding-3-small, searches a Redis vector index for similar work, and posts results as comments or commit statuses on pull requests and pushes to non-main branches. The action helps teams quickly understand related content before reviewing new changes.
August 10, 2026
Cloudflare IP List Sync
Version updated for https://github.com/rezzell/cloudflare-ip-list-sync-action to version v0.1.1.
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 This GitHub Action synchronizes a Cloudflare IP list with composed IP and CIDR sources, such as GitHub webhook egress ranges from the GitHub Meta API. It automates keeping the WAF IP list current by replacing all existing items with the resolved desired set. The action supports various source types, including GitHub Meta, CIDRs, and URLs, and provides options for dry run and wait operations to ensure smooth execution.
August 10, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v1.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action prints “Hello World” or a personalized greeting to the log and optionally includes the current timestamp. It automates the process of generating greetings in various formats, making it useful for documentation generation, automated testing, or any task requiring simple text outputs.
August 10, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.53.
This action is used across all versions by 7 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary rumdl is a high-performance Markdown linter and formatter written in Rust. It aims to provide fast linting and formatting of Markdown files, with support for multiple markdown flavors and automatic fixing. The tool is highly configurable through TOML-based configuration files and offers zero dependencies. It improves upon existing tools like ruff by being built for speed using Rust, with 82 lint rules covering common Markdown issues.
August 10, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.14.159.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is an open-source CLI orchestration tool that leverages deterministic multi-agent scheduling in Python. It automates tasks by scheduling them through plain Python and ensures reproducibility end to end, with each task running in its own git worktree behind lint, type, and test gates. Artifact-mode tasks provide a plain working directory for completion on a signed lineage receipt instead of committing changes. The tool supports various coding agents and includes features like always-on lineage spines, replay journals, and an opt-in HMAC-chained audit log with receipts that can be verified offline. It is suitable for production environments and is under active development.