July 21, 2026
SchemaCrawler (Local) Action for GitHub Actions
Version updated for https://github.com/schemacrawler/SchemaCrawler-Local-Action to version v17.12.2.
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 This GitHub Action automates the generation of a SchemaCrawler report for database connections using local installations on Linux-based runners. It solves the need for continuous database schema inspection and compliance checks within GitHub workflows, providing detailed reports for database administrators or developers.
July 21, 2026
BoundaryCI tenant-isolation scan
Version updated for https://github.com/sir-gig/boundaryci to version v0.4.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 BoundaryCI is a local-first CLI tool designed to scan Supabase and PostgreSQL projects for cross-tenant authorization issues before migrations are applied to production. It reconstructs the final security state from SQL migrations, applies deterministic tenant-isolation rules, and optionally adds managed or bring-your-own-key Fireworks review for policy interactions that static rules cannot reliably understand. The tool is particularly useful for identifying exposed schema restrictions and ensuring that RLS policies are correctly configured across multiple tenants.
July 21, 2026
Agent Gate for AI PRs
Version updated for https://github.com/sjh9714/mergewarden to version v0.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 MergeWarden is an AI PR review tool that checks GitHub pull requests against predefined boundaries and policies to ensure they do not interfere with the agent control plane or introduce unauthorized text into agentic workflows. It helps maintain the integrity of repositories by detecting potential security risks and ensuring compliance with defined scopes. MergeWarden does not execute code, load policy from the PR head, or call an LLM at runtime, providing deterministic evidence for each decision.
July 21, 2026
GuardLayer Scan
Version updated for https://github.com/solvionsolutions/guardlayer-scan to version v1.
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 GuardLayer Scan is an open-source GitHub Action that provides security scanning for Next.js + Supabase applications by automating static analysis to identify and comment on potential vulnerabilities, such as exposed secrets, missing Row Level Security, unverified webhooks, and unguarded Server Actions. The action runs in your CI pipeline without requiring signup or account creation, providing inline annotations on pull requests before they are merged.
July 21, 2026
Environment/Output Setter
Version updated for https://github.com/somaz94/env-output-setter to version v1.8.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 The GitHub Environment/Output Setter is a versatile action that enables users to dynamically set environment variables and outputs within their workflows. It supports setting multiple key-value pairs in both $GITHUB_ENV and $GITHUB_OUTPUT, making it ideal for automating tasks that require defining variables across different stages of the workflow. The action provides features like value transformation, masking sensitive values, JSON support, and retry mechanisms, enhancing its utility for complex environments.
July 21, 2026
Go Changelog Generator
Version updated for https://github.com/somaz94/go-changelog-action to version v1.0.10.
This action is used across all versions by 10 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates a changelog from Conventional Commits in a Go project. It automates the process of creating detailed, structured change logs that include features, bug fixes, optimizations, and breaking changes. The action supports filtering by version tags, customizing section names, and includes options for dry runs and excluding certain authors or types of commits.
July 21, 2026
Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.8.0.
This action is used across all versions by 18 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates Git commit, push, tag, and pull request operations using Go. It is designed to be fast, reliable, and secure, with features such as flexible file pattern support and built-in authentication handling. The action can create tags, push changes to a specified branch, and automatically create pull requests.
July 21, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.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 SSG is a fast static site generator written in Go that converts Markdown with YAML frontmatter into a complete website. It automates tasks such as building, deploying, and serving websites efficiently, making it suitable for blogs, documentation, and other content-driven projects. SSG supports various features like built-in themes, template engines, and deployment options to help users quickly create and deploy static sites.
July 21, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.9.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 Summary: spek is a lightweight, read-only viewer for OpenSpec content that provides a structured browsing interface with features such as BDD syntax highlighting, task progress tracking, and full-text search. It allows users to view specs, changes, and tasks in one place, aggregating worktrees of a repository into a single view for better visibility.
July 21, 2026
Node Semantic Release
Version updated for https://github.com/stairwaytowonderland/node-semantic-release to version v1.202.0.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The node-semantic-release GitHub Action automates Node.js project releases by installing dependencies, building the project, running semantic-release to determine and generate release notes, and optionally committing assets and creating a git tag or publishing a GitHub Release. The action supports two modes: release and publish, with options for using secrets.GITHUB_TOKEN or a Personal Access Token (PAT) for triggering downstream workflows.