August 5, 2026
AI ReviewBot
Version updated for https://github.com/KonstZiv/ai-code-reviewer to version v1.0.0b13.
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 AI ReviewBot is a GitHub Action that uses AI to provide intelligent code review feedback directly within pull requests and merge requests. It analyzes your repository’s code, identifies vulnerabilities, provides inline suggestions, and highlights good practices. The action automatically discovers the project’s languages, frameworks, and CI pipeline to avoid duplication of feedback. You can customize its behavior with environment variables such as discovery settings and API keys for AI providers like Google Gemini or Mistral.
August 5, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.72.1.
This action is used across all versions by 3,412 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator GitHub Action generates Python data models from various schema definitions, supporting OpenAPI 3, AsyncAPI, JSON Schema, Apache Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, and MCP tool schemas. It can also convert existing Python types (Pydantic, dataclass, TypedDict) into different output types. The action handles complex schemas with features like $ref, allOf, oneOf, anyOf, enums, and nested types.
August 5, 2026
Slackalaka
Version updated for https://github.com/mallowigi/tag-n-slack to version 0.2.2.
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 GitHub Action tag-n-slack creates a new tag with a changelog from either CHANGELOG.md or the latest commit hash and message. It automates the creation of release tags, notifies Slack about the release, and includes optional ticket information in the notification. The key capabilities include version retrieval strategies, slack notification customization, and ticket configuration options.
August 5, 2026
Brew Bumper
Version updated for https://github.com/mattmc3/brew-bumper to version v1.0.2.
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 Brew Bumper is a GitHub Action that automatically updates Homebrew formula versions and SHA-256 checksums in your tap. It runs on a schedule or manual trigger, resolving the latest tag for each formula, downloading the artifact, and rewriting the file in place. The action supports pinning specific formulas, excluding certain formulas, and handling different release patterns to ensure only relevant updates are made.
August 5, 2026
postmortem supply-chain gate
Version updated for https://github.com/mlab-sh/postmortem to version v2.1.0.
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 postmortem action performs offline static analysis of dependencies across multiple ecosystems (npm, pip, poetry, Cargo, Go, Java, and NuGet) to detect potential security vulnerabilities and malicious code. It can also audit the system’s installed packages and provide reputation intelligence on dependencies. The action is designed to be offline by default and can be configured to run online for additional details such as known vulnerabilities.
August 5, 2026
Totem Shield
Version updated for https://github.com/mmnto-ai/totem to version @mmnto/pack-rust-architecture@1.111.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 Totem is a file-based toolkit that uses plain markdown lessons to enforce project rules and context. It provides a local, zero-LLM linter that enforces these rules and generates a queryable knowledge index derived from the lessons. This helps prevent architectural mistakes and ensures code consistency across team members.
August 5, 2026
Go Proxy Cache Updater
Version updated for https://github.com/nicholas-fedor/go-proxy-pull-action to version v1.1.38.
This action is used across all versions by 10 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically updates a proxy cache to include new Go module releases and ensures documentation is updated on platforms like pkg.go.dev. It supports both standard version tags (vX.Y.Z) and submodule version tags (submodule/path/vX.Y.Z), allowing users to specify custom import paths, set specific Go versions, and configure caching options. The action uses the GitHub Actions framework to trigger on new release events and utilizes the actions/setup-go tool for setting up the Go environment.
August 5, 2026
Shoutrrr GitHub Notifications Action
Version updated for https://github.com/nicholas-fedor/shoutrrr-action to version v1.0.23.
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 sends notifications using the Shoutrrr service from your GitHub Actions workflows. It allows you to configure various options such as URL, title, and message for different services supported by Shoutrrr. The action is only compatible with Linux runners due to its dependencies.
August 5, 2026
Tukimatsu Chan - Japanese Month-End Detector
Version updated for https://github.com/nikuteresa/tukimatsu_chan to version v0.1.4.
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 tukimatsu_chan GitHub Actionは、月末の最終営業日を判定するシンプルなツールです。このアクションはCLAude Desktopを使用して作成され、GitHub Actionsワークフローで利用することができます。機能的には、今日が月末の最終営業日(土日祝日を除外)かどうかを判定します,并且日本の祝日に対応しています。
What’s Changed What’s Changed build(deps): bump json from 2.19.3 to 2.19.9 by @dependabot[bot] in https://github.com/nikuteresa/tukimatsu_chan/pull/10 Full Changelog: https://github.com/nikuteresa/tukimatsu_chan/compare/v0.1.3...v0.1.4
August 5, 2026
Odin Scan - Smart Contract Security
Version updated for https://github.com/Odin-Scan/odin-scan-action to version v1.0.5.
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 Odin Scan GitHub Action is an AI-powered security analysis tool for CosmWasm, Solana, and EVM projects. It automates the detection of vulnerabilities by analyzing smart contracts and reports findings directly on pull requests or via SARIF files. The action supports various platforms and customizable severity thresholds to ensure continuous code quality and security.