January 25, 2026
Upload to vnsh
Version updated for https://github.com/raullenchai/upload-to-vnsh 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 simplifies debugging CI failures by securely uploading error logs to the encrypted platform vnsh and automatically posting a link to the logs in the relevant pull request. It eliminates the need to manually sift through long logs or copy sensitive data into external tools, enabling seamless analysis with AI tools like Claude.
January 25, 2026
Verify AI Provenance
Version updated for https://github.com/AI-Provenance/verify-provenance-action to version v0.0.2-beta.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The AI Provenance: PR Verification Action is a GitHub Action designed to verify the authenticity of Pull Requests by analyzing development telemetry collected via the AI Provenance VS Code Extension. It helps distinguish between high-effort human contributions and low-effort AI-generated code, ensuring transparency and accountability in code submissions.
January 25, 2026
Averlon Actions
Version updated for https://github.com/averlon-ai/actions to version v1.0.7.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Averlon Actions repository provides a suite of GitHub Actions designed for security analysis and risk assessment of infrastructure and application code. It automates tasks such as vulnerability detection and remediation for Docker containers, misconfiguration analysis for Infrastructure as Code (IaC) and Kubernetes, and proactive risk prediction with security guardrails for IaC deployments.
January 25, 2026
Quick Install Lix
Version updated for https://github.com/canidae-solutions/lix-quick-install-action to version v4.0.1.
This action is used across all versions by 19 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “lix quick install action” is a GitHub Action designed to quickly set up Lix, a fork of Nix, in single-user mode within GitHub Actions workflows, achieving installation speeds of around 5 seconds. It provides deterministic installations, supports Linux and macOS runners, and allows users to customize the Lix setup as needed.
January 25, 2026
CernVM File System (cvmfs)
Version updated for https://github.com/cvmfs-contrib/github-action-cvmfs to version v5.4.
This action is used across all versions by 311 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, cvmfs-contrib/github-action-cvmfs, automates the setup of CernVM-FS (CernVM File System) in GitHub workflows, enabling seamless access to distributed read-only file system repositories, such as those for scientific software and data. It simplifies the process of configuring CernVM-FS on GitHub-hosted runners, making it easier to integrate with workflows that require access to pre-configured repositories for scientific and research purposes.
January 25, 2026
Post LGTM Image
Version updated for https://github.com/ddradar/lgtm-action to version v4.0.0.
This action is used across all versions by 1,277 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Post LGTM Image” GitHub Action automatically posts an image in response to specific comments or review actions, such as “LGTM” or similar patterns, on issues or pull requests. It streamlines the process of acknowledging approvals or positive feedback with visual cues, saving time and adding a personalized touch to project discussions.
January 25, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.34.
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 verifies and compares the version numbers in package.json, package-lock.json, Cargo.toml, or pyproject.toml against the latest published version according to semantic versioning rules. It ensures that the local version is consistent across files and higher than the latest published tag, automating version validation and release preparation workflows.
January 25, 2026
Install latest Windows App SDK Runtime
Version updated for https://github.com/enda-mullally/Install-WindowsAppSDKRuntime to version v1.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of the latest stable or experimental version of the Windows App SDK Runtime on a Windows runner. It is designed to facilitate tasks like running .msix app packages for testing or automation scenarios, streamlining the setup process for environments that require the runtime.
January 25, 2026
Jest Test Report
Version updated for https://github.com/greguintow/jest-coverage-comment to version 0.1.16.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Jest Coverage Comment GitHub Action automatically posts an HTML test coverage report as a comment on a pull request or commit, based on a Jest coverage report generated by a separate test execution step. This helps developers quickly review code coverage metrics directly within their workflow, streamlining code review processes and ensuring test coverage visibility.