July 23, 2026
Tenzai Test
Version updated for https://github.com/TenzaiLtd/tenzai-github-action to version v1.0.2.
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 Tenzai Test GitHub Action automates AI-powered security testing of deployments directly from CI pipelines. It sends a commit-diff test against an existing Tenzai application and provides real-time feedback on vulnerabilities, automatically triggering a Tenzai Test check run in the tested commit. The action requires a production Tenzai service-account access key and app ID, validates configuration, and supports dry runs for testing purposes.
July 23, 2026
Soundcheck Security Review
Version updated for https://github.com/thejefflarson/soundcheck-action to version v1.0.39.
This action is used across all versions by 11 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Soundcheck Security Review (v2) GitHub Action automates the execution of Soundcheck, an OWASP-focused static code analysis tool. It performs a security review on all changes in a pull request or a scheduled scan across the repository, providing a severity-ranked findings table and optional autofix capabilities that rewrite critical issues directly into the affected files.
July 23, 2026
Translatize Sync
Version updated for https://github.com/Translatize/sync-action to version v1.0.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 Translatize Sync is a GitHub Action that automates the synchronization of source keys and translations between a local repository and a Translatize project. It simplifies the process by providing commands to push new source keys, pull completed translations, and gate pull requests based on missing or changed strings. The action uses a branch-bound API token for authentication and supports configuration via translatize.config.json.
July 23, 2026
repo-trust-scan
Version updated for https://github.com/Uky0Yang/repo-trust-scan to version v0.2.1.
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 repo-trust-scan is a CLI and GitHub Action that statically scans repository-controlled execution surfaces, helping users identify and understand potential security risks before executing unfamiliar code. It checks tasks like automatic editor actions, agent hooks, MCP server configurations, devcontainer lifecycle commands, package install hooks, escaping symlinks, hidden Unicode in instructions, download-and-execute chains, and credential-transfer patterns. The action is useful for ensuring that repositories are secure and safe to work with, complementing existing security tools but not replacing them.
July 23, 2026
urldn-link-check
Version updated for https://github.com/URLdn/link-check to version v1.0.1.
This action is used across all versions by 0 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 scans Markdown and MDX files to find broken, redirected, insecure HTTP links, and excessively long URLs. It can be used as a CLI or as part of a continuous integration pipeline to ensure the integrity of documentation links.
July 23, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace to version v1.5.1.
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 GitHub Action difftrace automates change detection in monorepos by analyzing the uv.lock file to build a dependency graph, mapping changes to packages, and identifying transitively affected packages. It identifies which packages are directly or indirectly impacted by code changes, optimizing CI pipelines to only process relevant packages.
July 23, 2026
Vibgrate Scan
Version updated for https://github.com/vibgrate/cli to version v2026.722.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 provides a comprehensive local codebase intelligence tool for AI coding agents. It automates several key tasks including generating a deterministic code graph, calculating drift scores to measure how far behind the codebase is in terms of runtime dependencies and library versions, and providing ranked upgrade priorities for maintaining up-to-date dependencies. The action runs entirely on your machine, ensuring no network calls or data leaves your repository unless explicitly pushed.
July 23, 2026
Repo Settings as Code
Version updated for https://github.com/Vivswan/repo-settings-as-code to version v1.0.0.
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 Repo Settings as Code GitHub Action automates the application of declarative repository settings from a .github/settings.yml file to GitHub repositories. It provides a loud, stateless replacement for the Probot Settings app, which also handles rulesets (branch, tag, and push). The action ensures that every apply is visible and fails with API error messages, ensuring no silent failures occur. It supports setting up fine-grained Personal Access Tokens (PATs) as repository secrets, using them to manage permissions and settings declaratively in YAML format.
July 23, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.1.9.
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 automates Rust script execution by interpreting a practical subset of the language without compiling the entire project. It supports running scripts directly as binaries or executing snippets in compiled form, validating without running, and providing a list of supported methods per receiver and engine. The action is particularly useful for small scripts that do not require compilation to run efficiently.
July 23, 2026
Hurd-vm
Version updated for https://github.com/vmactions/hurd-vm to version v1.0.0.
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 GitHub Action vmactions/hurd-vm allows users to run CI tests in the Hurd operating system. It automates the setup and execution of CI scripts on Hurd, a Unix-like operating system derived from GNU/Hurd. This action provides features such as sharing code between the host and VM, using different synchronization methods like rsync, nfs, or scp, and NATting ports to allow for remote access to the VM.