July 17, 2026
Oversight Lint
Version updated for https://github.com/rachelslurs/oversight-lint-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 This GitHub Action automates linting of Storybook MCP components manifest files. It checks for missing or improperly documented components, surfaces warnings as annotations on pull requests, and exits with appropriate error codes based on rule violations or exceeding warning limits. It requires a built manifest, Node 20.19+, and supports customizable rules through an oversight.config.json file.
July 17, 2026
sbomify
Version updated for https://github.com/sbomify/sbomify-action to version v26.7.0.
This action is used across all versions by 26 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action sbomify-action is designed to automate the creation, enrichment, and management of Software Bill of Materials (SBOMs) in CI/CD pipelines. It supports various ecosystems including Python, Node.js, Rust, Go, Ruby, Dart, C++, and Docker images, and can generate CycloneDX or SPDX SBOM formats. The action can also leverage Chainguard base images for efficient SBOM creation, enhancing the process with additional metadata from package registries.
July 17, 2026
Skill Provenance Validate
Version updated for https://github.com/snapsynapse/skill-provenance to version v5.1.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 action ensures that agent skills across local folders, registries, and platform uploads maintain their integrity by recording version information and hash-based integrity verification inside the bundle. This helps teams verify version identity, detect staleness, and ensure no accidental drift during transitions.
July 17, 2026
Tenzai Test
Version updated for https://github.com/TenzaiLtd/tenzai-github-action to version v1.0.0.
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 security testing of an existing Tenzai application after a deployment. It triggers a commit-diff test and posts results as a Tenzai Test check run on the tested commit, providing feedback directly within the repository workflow. The action is designed to be fire-and-forget, ensuring that tests are triggered asynchronously and providing real-time status updates.
July 17, 2026
gw - Go workspaces
Version updated for https://github.com/Toyz/gw to version v0.7.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 gw is a Go tool designed to manage multi-module workspaces efficiently, automating common tasks such as bootstraping go.work, linting dependency versions, and running commands across modules. It helps developers maintain complex Go projects more effectively by streamlining the process of managing dependencies and automating repetitive tasks.
July 17, 2026
MIU PR Review
Version updated for https://github.com/vanducng/miu-cr to version v0.89.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 The miu-cr GitHub Action automates AI-based code review for CLI, CI, and MCP hosts. It provides features like local review of staged changes, integration with GitHub PRs for inline comments, and support for custom project rules via .miu/cr/rules/*.md files. The action also offers CI/Actions integration through reusable workflows and supports evaluation using miucr eval.
July 17, 2026
Sync Issues and PRs
Version updated for https://github.com/vig-os/sync-issues-action to version v0.4.0.
This action is used across all versions by 8 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, sync-issues-action, automates the process of syncing all issues and pull requests from a repository into markdown files. It captures all comments and conversations within each issue or PR, groups review threads with diff snippets when available, preserves original bodies without extra headers, and includes metadata such as labels, dates, authors, state, relationships, etc. The action supports various options for customization, including specifying output directories, filtering issues or pull requests, customizing the format command, and using GitHub App authentication. It also provides outputs for tracking sync results and managing state files for caching purposes.
July 17, 2026
Setup ZeroDrop
Version updated for https://github.com/zerodrop-dev/setup-zerodrop to version v1.0.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 setup-zerodrop GitHub Action generates a unique inbox per CI run, allowing email verification and OTP extraction at Cloudflare’s edge. It solves the problem of managing isolated inboxes for parallel test runs and provides an easy way to integrate email verification into workflows using ZeroDrop SDKs.
July 17, 2026
Agent Lint
Version updated for https://github.com/zhupanov/agent-lint to version v2.5.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 Agent Lint GitHub Action is a lint tool for validating Claude Code, Cursor, and Codex configurations. It implements a robust suite of 286 lint rules across 20 categories to ensure consistent and high-quality setup files. The action supports both Basic and Plugin modes and can be easily integrated into CI pipelines or used with pre-commit hooks.
July 16, 2026
BPFCompat eBPF Compatibility Gate
Version updated for https://github.com/Kernel-Guard/bpfcompat to version v0.3.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 bpfcompat is an open-source compatibility validator that tests eBPF artifacts across real distro kernels. It boots virtual machines, runs the artifact in those environments, and produces JSON/Markdown reports that indicate whether the artifact loads and attaches on the specified kernels. This allows for empirical validation of eBPF compatibility, unlike CO-RE which provides a portability guarantee but not necessarily a load-and-attach guarantee.