January 20, 2026
Setup Maven with CodeArtifact
Version updated for https://github.com/agilecustoms/setup-maven-codeartifact to version v2.1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup of Maven to interact with AWS CodeArtifact by configuring Java and Maven, authenticating with AWS, generating a CodeArtifact token and URL, and creating a settings.xml file. It streamlines tasks in build workflows (pulling dependencies) and release workflows (publishing artifacts) by managing AWS credentials and repository configurations, reducing manual setup effort and ensuring secure interactions with AWS CodeArtifact.
January 20, 2026
ExFig Action
Version updated for https://github.com/alexey1312/exfig-action to version v1.0.14.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary ExFig Action is a GitHub Action designed to automate the export of design assets such as colors, icons, images, and typography from Figma to a codebase using the ExFig CLI. It streamlines the integration of Figma designs into development workflows by providing caching for incremental exports, customizable asset filtering, and support for batch processing.
January 20, 2026
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.72.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Check Deployed Environment” GitHub Action verifies if a specific commit is currently deployed to a specified environment in GitHub. It automates the process of checking deployment status, helping teams ensure that the desired changes are active in the target environment. This action provides a streamlined way to confirm deployment states and integrate this check into CI/CD workflows.
January 20, 2026
Blackout Secure Robots TXT Generator
Version updated for https://github.com/blackoutsecure/bos-robotstxt-generator to version v1.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Blackout Secure Robots TXT Generator GitHub Action automates the creation of robots.txt files for static sites, SSG frameworks, and dynamic applications. It simplifies managing web crawler access by providing customizable rules for allow/disallow paths, sitemap integration, and compliance with the robots.
January 20, 2026
Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.5.3.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Securefix Action is a GitHub Action designed to securely automate code fixes during CI workflows without the need to share sensitive GitHub App private keys or grant strong permissions like contents:write. It eliminates the need for external services or hosting custom server applications, enhancing workflow security and simplifying code management with its server/client architecture.
January 20, 2026
Check Unowned Dependencies
Version updated for https://github.com/dependency-owners/check to version v2.0.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “check” GitHub Action identifies unowned dependencies in a project using the dependency-owners framework. It automates the process of analyzing dependency ownership, helping teams ensure accountability and proper management of dependencies. This action is particularly useful for maintaining code quality and preventing issues caused by unmanaged or unowned dependencies.
January 20, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.33.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action checks and validates version consistency across package management files (package.json, package-lock.json, Cargo.toml, pyproject.toml) and ensures the specified version is higher than the latest published Git tag according to semantic versioning rules. It automates version control validation, preventing version mismatches and ensuring proper version progression for package releases.
January 20, 2026
SynapseAudit Security Scanner
Version updated for https://github.com/digidenone/SynapseAudit to version v3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The SynapseAudit GitHub Action is an automated security scanning tool designed for CI/CD pipelines, integrating seamlessly into workflows to identify and address vulnerabilities in the software development lifecycle. It leverages advanced static and dynamic analysis, along with AI-powered capabilities, to deliver accurate and zero-false-positive results.
January 20, 2026
Dobuki Directory generator
Version updated for https://github.com/jacklehamster/hello-world-javascript-action to version v1.77.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Dobuki Directory Generator GitHub Action automates the process of listing all files in a repository and generating a dir.json file at the root. This is particularly useful for static websites hosted via GitHub Pages, as it provides a way to reference and manage repository files dynamically without needing server-side file listing capabilities.