January 13, 2026
CS50 CI
Version updated for https://github.com/LeoKle/cs50-ci-action to version v0.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The CS50 CI GitHub Action automates the validation of problem-set tests by running them against known solutions in a CI workflow. It ensures that test updates do not break valid solutions or fail to detect invalid ones, providing pass/fail feedback via console output and PR comments.
January 13, 2026
Git Velocity Analyser
Version updated for https://github.com/lukaszraczylo/git-velocity to version v0.3.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Git Velocity is a GitHub Action and tool that analyzes GitHub repositories to provide gamified developer velocity metrics through an interactive dashboard. It automates the tracking of contributions, such as commits, pull requests, code reviews, and issues, and includes features like scoring, achievements, leaderboards, and team analytics.
January 13, 2026
Meiro Paths Filter
Version updated for https://github.com/meiroio/paths-filter to version v2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Paths Changes Filter GitHub Action is a fork of the original dorny/paths-filter that automates the identification of file changes in a repository based on customizable path patterns. It enables conditional execution of workflows by filtering changes and now includes support for ignoring specific files or directories using ignore patterns.
January 13, 2026
SBOM Auditor Action
Version updated for https://github.com/otto-de/sbom_auditor_action to version v0.5.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The SBOM Auditor GitHub Action automates the auditing of a repository’s Software Bill of Materials (SBOM) for license compliance. It enriches SBOM data with detailed license information, checks licenses against a defined policy, and generates a comprehensive audit report, optionally including AI-assisted summaries.
January 13, 2026
Set up vim-plug
Version updated for https://github.com/porada/action-setup-vim-plug to version v1.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-setup-vim-plug GitHub Action automates the setup of vim-plug, a popular Vim plugin manager, within a GitHub Actions workflow. It simplifies the process of configuring and managing Vim plugins in CI/CD pipelines, allowing developers to easily install and synchronize plugins during automated tasks.
January 13, 2026
Setup gox
Version updated for https://github.com/qntx/setup-gox to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-gox GitHub Action sets up a cross-compilation environment using gox, enabling developers to build Go applications for multiple platforms and architectures. It automates the installation of Go, gox, and optionally Zig, streamlining the process of compiling binaries for different operating systems and architectures in CI/CD workflows.
January 13, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.0.216.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “rumdl” GitHub Action is a high-performance Markdown linter and formatter built with Rust to ensure consistency and best practices in Markdown files. It automates tasks such as detecting and fixing common Markdown issues, formatting files, and reporting linting errors, making it ideal for CI/CD pipelines and editor integration.
January 13, 2026
React Compiler Healthcheck
Version updated for https://github.com/SimeonGrancharov/react-compiler-healthcheck to version v1.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The React Compiler Healthcheck GitHub Action automates the process of analyzing React components to ensure they are optimized by the React Compiler. It scans the codebase, identifies components that pass or fail optimization, and provides detailed feedback on optimization issues. This action helps developers maintain performance standards and streamline the improvement of React component efficiency, especially in large or monorepo projects.
January 13, 2026
SonarQube Community to GitHub Security Tab (SARIF)
Version updated for https://github.com/vmvarela/sonarqube-ce-sarif-action to version v1.0.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 integrates SonarQube Community Edition (CE) with GitHub by converting SonarQube analysis results into SARIF format, enabling PR decoration, inline annotations, and integration with the GitHub Security Tab. It automates the process of surfacing SonarQube issues within GitHub’s user interface, providing developers with actionable insights directly in pull requests, check summaries, and the Security Tab.