August 21, 2026
Chock Governance Check
Version updated for https://github.com/open-coder-ai/chock to version v0.1.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 Chock is an AI governance-as-code tool that automates and enforces rules across multiple AI coding agents used by a team or organization. It allows developers to define policies once and ensures they are consistently applied, including in environments like private codebases or public open-source projects. Chock compiles these policies into git hooks, CI gates, native pre-execution hooks, AGENTS.md, and documentation for Copilot, Codex, Gemini, Aider, and other AI coding agents. This ensures that all agents enforce the same rules, thereby creating deterministic guardrails for code quality and consistency across different AI tools.
August 21, 2026
vord Static Analysis
Version updated for https://github.com/pmaojo/vord to version v0.14.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, vord, is a static analysis tool written in Rust that ensures AI agents write code before it hits disk. It automates the process of checking for errors and ensuring quality in AI-generated code. The action provides a guardrail that prevents AI agents from writing defective or inefficient code, promoting better overall code quality.
August 21, 2026
Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.3.
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 Acquit is a GitHub Action that automatically skips tests on pull requests it determines are not affected by the changes. It uses static analysis of import statements to build a dependency graph and identifies which tests can be skipped, providing a machine-checkable witness for each skip. If Acquit cannot determine if a test is safe, it falls back to running the full suite. The tool has been tested on real history and provides an out-of-the-box share of 5.1% across multiple repositories.
August 21, 2026
Advisory lock service for CI/CD pipelines
Version updated for https://github.com/releasetools/mutex to version v1.4.0.
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 ensures that only one CI job at a time can access a shared resource by using advisory locks in a PostgreSQL table. It helps prevent race conditions and ensures proper synchronization of workflows working on the same environment. The action also provides features like commenting on pull requests, posting to Slack, and an agent plugin for coding agents holding locks around work they guard.
August 21, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
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 message to the log, allowing for dynamic greetings based on user input. It automates the process of displaying personalized greetings in various workflows, enhancing flexibility and customization. The key capabilities include accepting an optional name parameter to create custom greetings and providing a timestamp of when the greeting was printed.
August 21, 2026
Check value regex
Version updated for https://github.com/robandpdx/check-value-regex to version v2.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 This GitHub Action checks if a given input value matches a specified regular expression and provides an output indicating whether the match was successful or not. It can be used to automate conditional logic in workflows based on regex validation, simplifying tasks like data sanitization or ensuring data integrity.
August 21, 2026
Custom Amazon Bedrock Agent Action
Version updated for https://github.com/severity1/custom-amazon-bedrock-agent-action to version v0.10.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action uses Amazon Bedrock Agent to analyze files in a pull request (PR) and provides feedback tailored to specific requirements. It integrates with Amazon Bedrock Knowledge Bases to enhance analysis by leveraging context-aware insights from company or domain-specific data, thus improving the quality of feedback for code reviews and other tasks.
August 21, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.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 Sherpa.sh is an open-source AI-driven infrastructure automation tool that simplifies the deployment process. It allows developers to describe their application needs in plain English, and Sherpa automatically configures servers, DNS, SSL certificates, CDN, databases, backups, load balancing, and more. Key capabilities include deploying applications across various cloud providers with minimal setup effort, handling any framework or infrastructure, providing clear transparency through its open-source nature, and integrating seamlessly with GitHub Actions and Claude Code for automatic deployment workflows.
August 21, 2026
gomarklint
Version updated for https://github.com/shinagawa-web/gomarklint to version v3.3.1.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary: The gomarklint action is a tool that checks Markdown files for broken links and structure issues. It automates the process of validating internal anchors by default, and can also check external URLs if enabled. The tool provides high performance, output in both human-readable and machine-readable formats, and supports CI integration through GitHub Actions.
August 21, 2026
Harnessie Verify
Version updated for https://github.com/snapsynapse/harnessie-verify-action to version v0.1.3.
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 harnessie-verify-action automates the verification of claims in pull requests by running deterministic checks and a fresh-context verifier model on the artifacts. It helps reviewers adjudicate by summarizing results in a table, uploading reports and proof files as workflow artifacts, and exiting with appropriate codes for verification status. The action provides input controls like criteria, checks, models, and security settings to tailor verification workflows.