July 17, 2026
setup-openapi
Version updated for https://github.com/remarkablemark/setup-openapi to version v1.1.10.
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 the setup of a workflow for generating OpenAPI clients using the OpenAPI Generator CLI. It installs Java, caches the CLI by version, and exposes the binary for use in subsequent steps in a GitHub Actions workflow. The action is designed to help developers quickly set up their workflows to generate code from OpenAPI specifications.
July 17, 2026
Publish APKs to esper.io
Version updated for https://github.com/ryanoboril/action-esper.io-upload-multi to version 2.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 This GitHub Action automates the process of uploading one or more APK files to esper.io using their API. It requires specifying the Esper.io Enterprise ID, API Key, and tenant name, along with the folder containing APK files to upload. The action also allows for optional release comments to be applied to each uploaded APK version. The result data from the upload operation is available as an output.
July 17, 2026
Pipr Review
Version updated for https://github.com/somus/pipr to version v0.4.2.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Pipr is a code-owned AI review action that automates structured, provider-neutral reviews across popular code hosts (GitHub, GitLab.com, Azure DevOps Services, and Bitbucket Cloud). It uses a TypeScript configuration file to define review workflows and integrates with various code hosting providers through adapters. The tool runs AI-driven reviews, validates findings, and publishes comments in GitHub pull requests.
July 17, 2026
runward gate
Version updated for https://github.com/stranxik/runward to version v0.19.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 Runward is an agent delivery framework that automates the entire mission from framing to handover, addressing architecture problems in agentic systems by providing structured delivery and governance. It supports various input sources like specs, OpenSpecs, and prototypes and offers six gated phases: Frame, Spec Kit, OpenSpec, Brownfield, Floor, Evolution on Evidence, Governance, and Handover. Runward ensures that agentic systems are built, tested, and delivered with resilience and autonomy, making them robust against unpredictable outputs and complex environments.
July 17, 2026
Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.2.1.
This action is used across all versions by 137 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 sets up Tombi, a dependency manager for Rust projects, in your GitHub Actions workflow. It allows users to install specific versions of Tombi or resolve dependencies from lock files, and it provides options for caching the installation for faster future runs. The action supports various checksum verification methods for ensuring the integrity of downloaded binaries.
July 17, 2026
Setup Upwarden
Version updated for https://github.com/upwarden-io/setup-upwarden 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 setup-upwarden action provides a simple and secure way to authenticate and attribute package manager dependencies in CI pipelines. It uses the user’s OIDC identity to mint a short-lived token, ensuring that each dependency fetch is authenticated and attributed, and can be policy-enforced. The action is highly configurable with options for different ecosystems (npm, pip, maven) and supports both GitHub and non-GitHub environments.
July 17, 2026
Agent Lint
Version updated for https://github.com/zhupanov/agent-lint to version v3.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 Agent Lint is a Rust-based linter designed to validate various configurations related to Claude Code, Cursor, and Codex. It checks for compliance with specific lint rules across multiple categories such as Manifest, Hooks, Skills, Agents, Prompt Content, Claude Rules, Output Styles, Settings, Hygiene, Email, User Config, MCP, Codex, Slack, Docs, Markdown Structure, Link/import integrity, and more. The action supports both Basic mode (for standard configuration validation) and Plugin mode (which runs the full rule suite when a .claude-plugin/ directory is present). Agent Lint is configurable through agent-lint.toml to suppress or downgrade rules. It offers integration options via GitHub Actions and pre-commit, with cross-platform binaries available for macOS, Linux x86_64/aarch64, and macOS aarch64.
July 17, 2026
Sparda MCP
Version updated for https://github.com/zyx77550/sparda to version v0.58.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 SPARDA is a tool that compiles backend behavior into a graph, enabling tools to reason about and verify applications. It helps in identifying and fixing issues by compiling routes, database queries, and state mutations into a single, language-agnostic graph, which can then be verified and replayed without running the actual application.
July 17, 2026
cibuild-action
Version updated for https://github.com/invarnhq/cibuild to version v2.3.8.
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 cibuild action automates the setup of CI/CD pipelines for iOS and Android projects on GitHub. It provides interactive and non-interactive setup options, including auto-detection of platform and project type. The action generates a YAML-based pipeline with recommended defaults or allows users to customize it using an interactive wizard. Users can run the generated pipeline locally or remotely after validation. It supports adding secrets for environment variables and key management, and provides utilities for uploading secrets to GitHub environments.
July 17, 2026
Agent Guard Secret Guardrails
Version updated for https://github.com/JeongJaeSoon/agent-guard to version v2.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 Agent Guard is a deterministic guardrail designed to prevent AI coding agents from accidentally exposing sensitive information, such as .env files containing private keys or credentials. It monitors the agent’s interactions with these files at runtime and blocks them if they attempt to read or write sensitive data before it can be used. This tool helps in real-time detection of potential leaks by using gitleaks for scanning and plain shell scripts for integration, ensuring defense-in-depth security measures are implemented.