March 13, 2026
Normalize PR Title and Add Jira Link
Version updated for https://github.com/vkozlov-sit/PullRequestTitle to version v0.0.1.
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 normalization of pull request titles to match a Jira key format and appends a corresponding Jira issue link to the PR description. It ensures consistency in PR naming conventions, simplifies the tracking of Jira issues, and provides key outputs (e.
March 13, 2026
OpenIndiana-vm
Version updated for https://github.com/vmactions/openindiana-vm to version v1.0.7.
This action is used across all versions by 42 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 enables users to run CI workflows on OpenIndiana, an operating system not natively supported by GitHub Actions, by creating and managing virtual machines. It automates the process of environment setup, including syncing files, transferring environment variables, and providing a consistent working directory between the host and VM.
March 13, 2026
Setup Supabase
Version updated for https://github.com/AlterraLink/setup-supabase-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 Setup Supabase Action is a GitHub Action that simplifies and automates the setup of a complete Supabase development environment, including Node.js, package manager configuration, dependency installation, and intelligent caching. It extends the official Supabase CLI action by eliminating boilerplate code, supporting multiple package managers (npm, yarn, pnpm, bun), and automating tasks like dependency management and caching.
March 13, 2026
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-30.
This action is used across all versions by 9 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The andrewaylett/pre-commit-action GitHub Action automates the execution of pre-commit hooks as part of your CI/CD workflows. It simplifies code quality checks by running pre-configured hooks against your codebase during events like pushes or pull requests.
March 13, 2026
Hefesto Code Guardian
Version updated for https://github.com/artvepa80/Agents-Hefesto to version v4.9.8.
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 Hefesto is an AI-powered code quality and security analysis tool designed to detect critical issues, such as security vulnerabilities, code smells, and complexity problems, across 21 programming languages and formats. It automates pre-commit checks, ensuring code quality by identifying risks like hardcoded secrets, injection flaws, and overly complex structures in real-time.
March 13, 2026
astral-sh/setup-uv
Version updated for https://github.com/astral-sh/setup-uv to version v7.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 49,866 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-uv GitHub Action automates the installation and configuration of the uv tool in workflows, ensuring a specific or latest version is available and accessible via the system PATH.
March 13, 2026
Sync Secrets Action
Version updated for https://github.com/cbrgm/sync-secrets-action to version v1.2.4.
This action is used across all versions by 6 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Sync Secrets Action is a GitHub Action designed to automate the synchronization of secrets and variables (including repository, Dependabot, Codespaces, and environment-specific secrets) across multiple GitHub repositories. It simplifies the process of managing and updating sensitive information by providing a secure, configurable way to sync secrets and variables between repositories, environments, or by search queries.
March 13, 2026
cjlludwig rereadme
Version updated for https://github.com/cjlludwig/ReReadme to version v0.0.12.
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 rereadme GitHub Action is a CLI tool designed to automate the generation and maintenance of README.md files by analyzing a repository and creating updated documentation using an AI-powered workflow. It addresses the problem of stale or missing documentation, which can hinder both human developers and AI agents from efficiently interacting with a codebase.
March 13, 2026
Architecture Linter
Version updated for https://github.com/cvalingam/architecture-linter to version v0.1.5.
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 architecture-linter GitHub Action enforces architectural layer rules in TypeScript projects by analyzing code dependencies based on a user-defined or preset configuration. It identifies and reports violations, such as improper layer-to-layer imports (e.g., a controller directly importing a repository), ensuring adherence to architectural patterns like clean architecture or hexagonal design.