August 12, 2026
hello_task_0812
Version updated for https://github.com/tanyi1013-arch/my-first-action to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of generating a README file for your project by creating a simple template. It solves the problem of maintaining updated README files manually and provides key capabilities for customizing and enhancing the content with additional information, contributors, or links.
August 12, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.17.0.
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 The compose-lint action is a security-focused linter for Docker Compose files that catches dangerous misconfigurations before they reach production. It automates the process of identifying and fixing common security vulnerabilities in docker-compose.yml and compose.yaml files, such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. The action provides a full rule documentation at tmatens.github.io/compose-lint for reference.
August 12, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.14.
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 build process for Wails.io projects using GoLang and NodeJS. It builds a binary for different platforms, optionally obfuscates it, and can upload the results to GitHub or release on tagged builds. Users can specify various configurations like Go version, Wails version, build name, platform, caching options, and even build Node.js and Deno applications using pnpm and Deno, respectively.
August 12, 2026
Vigilnz Security Scan
Version updated for https://github.com/Vigilnz/vigilnz-scan-action to version v1.3.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Vigilnz Security Scan Action automates security scanning tasks such as SCA, SBOM, SAST, IAC SCAN, SECRET SCAN, DAST, and CONTAINER SCAN on GitHub repositories. It integrates with Vigilnz’s API to perform these scans and provides outputs directly in the GitHub Actions workflow. The action is easy to use, requiring an API key stored securely in GitHub Secrets and adding a simple step to your workflow YAML file.
August 12, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.6.
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 RustScript is an interpreter that allows running Rust scripts without compiling them. It supports basic Rust syntax and functions like file reading and printing, but does not compile the script to a binary or execute it with Cargo. Instead, it interprets the script in-memory and runs it on a register VM using multi-threaded Tokio runtime. This makes it ideal for quick prototyping or executing small scripts without waiting for compilation.
August 12, 2026
graph-sync
Version updated for https://github.com/wordlift/graph-sync to version v6.11.6.
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 process of syncing a graph using Worai, a tool for managing graph data. It installs Worai and its dependencies, including Playwright and Chromium, and runs the synchronization command. The action supports various options for debugging, logging levels, working directories, and configuration paths. Additionally, it can export graph KPIs to WordLift’s API for analysis.
August 12, 2026
GitBanner Profile Card
Version updated for https://github.com/yashksaini-coder/GitBanner to version v1.2.1.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action creates an open-source contribution banner based on contributions made to other people’s repositories, measuring and displaying stats such as merged PRs, reviews given, projects contributed to, and issues resolved. It supports both SVG and PNG formats and can be configured with various options like theme, format, output path, and tile rendering. The action automates the process of updating a GitHub profile README with this contribution banner, ensuring it reflects your contributions across repositories efficiently.
August 12, 2026
npm-audit-fix action
Version updated for https://github.com/ybiquitous/npm-audit-fix-action to version v8.0.0.
This action is used across all versions by 84 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 automates the process of running npm audit fix and creating a pull request to fix security vulnerabilities in Node.js projects. It helps maintain secure dependencies and enhances project stability by addressing potential issues found during an audit. The action is configured through YAML files and supports various inputs for customization, such as branch creation, commit message, labels, assignees, and npm arguments.
August 12, 2026
B.IA Accessibility Checker
Version updated for https://github.com/YuriFAToledo/B.IA to version v.0.1.16.
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 in CI/CD pipelines. It allows companies to define an audience and the percentage of WCAG guidelines they must meet, ensuring their code complies with accessibility standards before acceptance into production. This tool streamlines the process by using AI to analyze guidelines more effectively than manual methods, helping teams focus on improving specific audiences’ accessibility needs.
August 12, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v2.0.0.
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 The GitHub Action uses a tagged template to provide consistent, safe, and explicit ways to run process commands with sensible defaults such as throwing on failure, capturing output, and ensuring security by preventing injection attacks. It ensures that all processes are executed with default options, making it easy to maintain and use across different projects without needing to configure each call individually.