January 9, 2026
KiCad actions
Version updated for https://github.com/actions-for-kicad/kicad-actions to version v1.7-k9.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action allows users to automate KiCad tasks within their CI pipelines, such as running Electrical Rules Checks (ERC), Design Rules Checks (DRC), and generating outputs like PDFs, Gerber files, BOMs, and schematic images. It simplifies the process of validating and exporting KiCad project files, enabling streamlined PCB design workflows and improved project consistency.
January 9, 2026
Secret Scanning Review Action
Version updated for https://github.com/advanced-security/secret-scanning-review-action to version v2.2.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 60 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Secret Scanning Review GitHub Action enhances security workflows by detecting and highlighting secrets introduced in pull requests through GitHub’s secret scanning alerts. It automates awareness and enforcement by adding annotations, optionally failing status checks, and summarizing detected secrets in pull request comments and summaries, ensuring reviewers address potential issues before merging.
January 9, 2026
Git Automatic Semantic Versioning
Version updated for https://github.com/bitshifted/git-auto-semver to version v2.0.11.
This action is used across all versions by 203 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates semantic versioning for repositories by analyzing commit messages based on the Conventional Commits specification. It determines the appropriate version bump (major, minor, or patch) from commit types and updates the version accordingly, ensuring consistent and automated version management for CI/CD workflows.
January 9, 2026
Bullfrog Secure Runner
Version updated for https://github.com/bullfrogsec/bullfrog to version v0.9.3.
This action is used across all versions by 59 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Bullfrog is a GitHub Action designed to enhance the security of workflows by controlling outbound network connections. It allows users to define specific IPs or domains that are permitted for outgoing traffic, ensuring tighter network security and compliance. Additionally, it offers an audit mode to log all outbound requests without disrupting workflows, helping users identify and manage potential vulnerabilities.
January 9, 2026
git-restore-mtime
Version updated for https://github.com/chetan/git-restore-mtime-action to version v2.3.
This action is used across all versions by 459 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The git-restore-mtime GitHub Action automates the process of restoring file modification timestamps in a Git repository to match their last commit times. This ensures that file timestamps accurately reflect their most recent changes, which is particularly useful for workflows or tools (e.
January 9, 2026
Fix Code securely
Version updated for https://github.com/csm-actions/securefix-action to version v0.5.0.
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 within CI workflows without exposing sensitive credentials like GitHub App private keys or relying on external services. It enhances workflow security by adopting a unique server/client architecture entirely within GitHub Actions, eliminating the need for hosting external servers.
January 9, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.27.
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 compares the version numbers in package.json, package-lock.json, Cargo.toml, or pyproject.toml with the latest published tag to ensure the local version is higher, following semantic versioning rules. It automates version consistency checks across different package managers (npm, Cargo, Poetry) and validates version updates before publishing.
January 9, 2026
Mix Dependency Submission
Version updated for https://github.com/erlef/mix-dependency-submission to version v1.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 101 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action extracts and submits dependency data from Elixir projects using mix to GitHub’s Dependency Submission API. It automates the process of integrating projects with GitHub’s advanced dependency graph and security features, enabling benefits such as Dependabot alerts, automated security updates, improved visibility into dependency graphs, and enhanced compliance auditing.
January 9, 2026
Setup COBOL
Version updated for https://github.com/fabasoad/setup-cobol-action to version v1.6.1.
This action is used across all versions by 13 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Setup COBOL (GnuCOBOL)” GitHub Action automates the installation and configuration of the GnuCOBOL programming language on Linux-based runners in a GitHub Actions workflow. It simplifies setting up the development environment for COBOL projects by ensuring the required compiler (cobc) is installed.