August 5, 2026
ArchGuard - Architectural Drift Detector
Version updated for https://github.com/Tgenz1213/ArchGuard to version v1.5.0.
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 ArchGuard is a tool that uses LLMs to monitor code changes against established architectural decisions (ADRs) and helps prevent “architectural drift”. It alerts developers of potential violations in ADRs before they are merged into the repository. ArchGuard supports local analysis using Ollama models or cloud-based services like OpenAI, with a focus on maintaining privacy by keeping all data local unless explicitly configured otherwise.
August 5, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.9.
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 GitHub Action ToQuery/wails3-build-action@v3 automates the building of Wails.io projects for various platforms. It installs GoLang and NodeJS, runs a build process, and can upload the results to GitHub or publish releases on tagged builds. The action supports customizing build configurations such as platform, caching, and uploading options, and provides detailed configuration options for Node.js and Deno settings.
August 5, 2026
VyQL security scan
Version updated for https://github.com/vyprai/vyql-action to version v1.0.0.
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 This GitHub Action automates a security scan using VyQL, a multi-language security scanner. It checks the checked-out repository, fails the build if any HIGH or CRITICAL findings are detected, and uploads SARIF results to code scanning. The action supports versioning for reproducibility and provides inputs for customizing the scan path, severity level, and output format.
August 5, 2026
spaces checkout run
Version updated for https://github.com/work-spaces/spaces-checkout-run to version v0.20.3.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of checking out and running a workspace in WorkSpaces using the spaces CLI. It simplifies the setup and execution of workspace commands by handling the installation of the CLI and passing arguments directly to the necessary commands, thus reducing manual intervention in workflows.
August 5, 2026
B.IA Accessibility Checker
Version updated for https://github.com/YuriFAToledo/B.IA to version v0.1.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary B.IA is a GitHub Action that automates accessibility checks within CI/CD pipelines, helping companies ensure their code meets accessibility standards. It allows users to define target audiences and guideline percentages, facilitating the adoption of accessibility in products by providing AI-driven feedback for improvement. The solution simplifies accessibility efforts by focusing on critical user groups, reducing external solutions’ costs.
August 5, 2026
Gonzalgo trust audit
Version updated for https://github.com/zengineco/gonzalgo to version v1.0.0.
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 gonzalgo is a Python tool that helps developers understand how Lean theorems depend on axioms and other assumptions. It can identify if a theorem relies on sorry statements, detect where an axiom is inherited from dependencies, and help determine which steps introduced specific axioms into proofs. The action also allows for automated checks to fail builds when certain axioms are used in incomplete or unproven code.
August 4, 2026
Deploy to VPS
Version updated for https://github.com/mujeeb-enfin/deploy-to-vps to version v1.0.0.
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 This GitHub Action automates the deployment of projects to a VPS using SSH. It supports various strategies like Node.js + PM2, Node.js + Docker, and static sites, allowing users to deploy their applications with ease. The action provides features such as dry-run mode, structured outputs, and step summaries, making it user-friendly for developers.
August 4, 2026
NetOfficeFw/nuget-login
Version updated for https://github.com/NetOfficeFw/nuget-login to version v2.0.1.
This action is used across all versions by 2 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 securely logs in to NuGet servers using OpenID Connect (OIDC) tokens, obtaining a short-lived API key that can be used for package publishing. It automates the process of authenticating with NuGet services without requiring passwords or other sensitive information. The action outputs an API key that can be used in subsequent steps to publish packages to NuGet.
August 4, 2026
NewScan Security Scan
Version updated for https://github.com/NewNormal-Security/newscan-action to version v1.0.0.
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 This GitHub Action automates the NewScan penetration testing tool for security scanning in CI pipelines. It runs on every pull request or deploy, generates SARIF reports, and fails builds based on predefined severity levels. The action supports various scan modes (APIs, web apps, etc.) with customizable profiles and fail-on settings.
August 4, 2026
GH Stars
Version updated for https://github.com/nicoloboschi/gh-stars to version v1.1.4.
This action is used across all versions by 2 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 GH Stars action automates the tracking and visualization of a GitHub repository’s stargazer history. It uses the GITHUB_TOKEN to backfill missing stargazers, retain daily observed totals, and generate an embeddable chart that can be included in READMEs. The action supports customizable line colors and outputs SVG files for embedding. Users can also store generated charts in a separate repository for better integration with other systems.