July 22, 2026
Argus PR Review
Version updated for https://github.com/sibinms/argus to version v1.2.21.
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 Argus is an AI-driven code review tool that leverages multiple specialized AI reviewers to identify potential issues in a pull request. It uses an evidence-based curator to verify findings and only dismisses them if they can be substantiated with code from the diff, ensuring high recall and manageable false positives. The tool supports various LLM providers and allows for customization through Markdown-based lenses.
July 22, 2026
Huawei AppGallery Connect Publish
Version updated for https://github.com/Siyabulela/huawei-appgallery-publish-action to version v1.0.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 Huawei AppGallery Connect Publish Action uploads an app package (APK, AAB, or RPK) to Huawei AppGallery Connect via the official Publish API, automatically updating file info and leaving final submission as a manual step in the AGC console. This action is designed to replace unmaintained community actions and uses direct Huawei Publish API calls without third-party dependencies. It requires setting up an API client with specific permissions and scopes to avoid common pitfalls.
July 22, 2026
Graceful Boundaries Conformance Check
Version updated for https://github.com/snapsynapse/graceful-boundaries to version v1.5.3.
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 Graceful Boundaries is a specification for how services communicate their operational limits to humans and autonomous agents. It addresses three gaps in existing standards, providing proactive discovery of limits before they are hit, structured refusal with explanatory details and next steps, and constructive guidance. The specification applies to every HTTP error class, not just rate limits.
July 22, 2026
Skill Provenance Validate
Version updated for https://github.com/snapsynapse/skill-provenance to version v6.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 Skill Provenance is a GitHub Action that ensures the integrity and version control of Agent Skills. It helps teams manage and verify the version, staleness, and drift of their skills across different platforms and sessions. By embedding version information and hash-based integrity checks within the skill bundle, Skill Provenance allows for portable provenance and trust verification.
July 22, 2026
PlatformIO Dependency Updater
Version updated for https://github.com/VIPnytt/platformio-dependency-updater to version v1.0.0-b2.
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 The PlatformIO Dependency Updater is a GitHub Action that checks for dependency updates in the platformio.ini file and creates pull requests when newer versions are available. It supports various dependency sources, including PlatformIO Registry, GitHub, GitLab, Bitbucket, and Arduino libraries, and can handle pre-release versions and custom package versions. The action automates dependency management by creating dedicated update branches, updating dependencies, and opening pull requests, while also maintaining the number of open dependency PRs to 5 and applying labels if they exist. It includes a 3-day cooldown for new releases to avoid faulty versions and manages updates for inactive repositories after 3 months.
July 22, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.1.6.
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 RustScript is a tool that interprets and executes Rust scripts without compiling them, offering features like running scripts directly, validating code with rust check, caching compiled binaries with rust build, and managing builds with rust clean. It supports a subset of the Rust language and provides tools for interacting with files and system commands.
July 21, 2026
setup-openapi
Version updated for https://github.com/remarkablemark/setup-openapi to version v1.1.11.
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 setup-openapi GitHub Action installs and caches the OpenAPI Generator CLI, which allows users to generate API client libraries from OpenAPI specifications. It provides a simple way to automate the generation of clients for various programming languages within GitHub Actions workflows. The action supports specifying the version and binary name of the generator tool, making it flexible for different use cases.
July 21, 2026
codemetrics complexity gate
Version updated for https://github.com/richardwooding/codemetrics to version v0.12.2.
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 The GitHub Action codemetrics automates the calculation of cyclomatic and cognitive complexities for functions across various programming languages. It provides a comprehensive solution for checking pull request complexity, helping developers maintain code quality by ensuring that new or modified functions do not exceed predefined thresholds. The action is designed to be efficient, using one pass analysis with support for multiple languages through Tree-sitter integration.
July 21, 2026
file-search-on review gate
Version updated for https://github.com/richardwooding/file-search-on to version v0.119.3.
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 Purpose: The file-search-on GitHub Action helps in searching and filtering files based on metadata attributes using a CEL expression. It supports multiple file formats across various content type families, including documents, data, images, audio, video, office, ebooks, plain text, archives, compiled binaries, email, and source code.
July 21, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.38.
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 that offers speed, numerous lint rules, automatic formatting with –fix, zero dependencies, configurable TOML-based settings, support for multiple Markdown flavors, installation options via Cargo, npm, pip, uv, mise, Nix, Termux User Repository, pacman, and binary downloads. It compares well to markdownlint and provides modern CLI tools with detailed error reporting and CI/CD integration.