August 10, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates with Google Sheets to automatically send assignment results from GitHub Classroom. It automates the process of updating a Google Sheet with students’ scores and names based on data provided by other GitHub Actions steps that use classroom-resources/autograding-command-grader@v1. The action requires Google API credentials, a shared Google sheet, and specific secrets to be set up in your organization.
August 10, 2026
Gemara Catalog Validator
Version updated for https://github.com/sshiells-scottlogic/gemara-catalog-validator to version v1.0.5.
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 Gemara Catalog Validator tool checks the semantic rules of Gemara source catalogs to ensure they are correctly structured and free of common mistakes such as unresolved references, duplicate IDs, incorrect prefixes, mismatched nesting structures, and orphan mappings. It provides inline annotations in GitHub pull requests, helping developers identify and fix issues before merging. The tool is project-agnostic and can be used for any repository that authors Gemara catalogs.
August 10, 2026
Setup Tombi
Version updated for https://github.com/tombi-toml/setup-tombi to version v1.2.10.
This action is used across all versions by 144 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 sets up Tombi in your GitHub Actions workflow, allowing you to manage TOML configuration files with a command-line interface. It provides options to install specific versions of Tombi from the repository or use lock files for dependency management. Additionally, it allows for checksum verification of downloaded archives and executable binaries to ensure integrity.
August 10, 2026
grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.19-release.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The grype_me GitHub Action automates the scanning of project supply chains for known vulnerabilities using Anchore Grype. It provides a simple, quick way to generate detailed badge reports and integrates seamlessly with GitHub workflows. The action runs on a daily basis to update security badges, ensuring developers are aware of potential vulnerabilities in their projects.
August 10, 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 This GitHub action automates the building and packaging of Wails.io projects using GoLang and NodeJS. It supports various platforms and provides options for obfuscation, caching, and uploading results to GitHub or releases on tagged builds. The action is particularly useful for developers working with Wails v3 projects to streamline their build processes.
August 10, 2026
Setup Vamposer
Version updated for https://github.com/ValaTux/vamposer to version v0.7.5.
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 Vamposer is a dependency manager for Vala projects that automates the resolution of dependencies, installation of system packages, and generation of Meson subproject wiring. It provides features inspired by Composer/Go modules, making it easier to manage project dependencies in a consistent manner. The action helps resolve package IDs, checks for system dependencies, installs them if necessary, clones subprojects, and generates necessary Meson files for building the project.
August 10, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.1.
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 This GitHub Action interprets and runs Rust scripts without compiling them. It automates running, validating, and building Rust scripts efficiently, handling concurrency, type checks, and errors gracefully.
What’s Changed Full Changelog: https://github.com/VladasZ/rustscript/compare/v0.3...v0.3.1
August 10, 2026
Prism Reviewer AI
Version updated for https://github.com/vyoman-labs/prism-reviewer to version v0.1.1.
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 Prism Reviewer is an AI-driven multi-agent code review system that automates the process of analyzing pull requests by performing targeted static analysis, dependency scanning, AST-based symbol inspection, and parallel LLM-guided code evaluation. It helps identify vulnerabilities, security issues, design flaws, clean code practices, and other potential problems in code changes, ensuring zero hallucinations and no duplication across runs.
August 10, 2026
wcagc accessibility check
Version updated for https://github.com/WCAG-Compliance/wcagc-ci to version v1.1.0.
This action is used across all versions by ? 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 WCAG (Web Content Accessibility Guidelines) accessibility checks using the wcagc tool from GitHub Actions or GitLab CI. It compares URL-level findings with a saved baseline and generates a review workflow comment if necessary. The action provides automated checks for only part of WCAG, ensures manual review remains essential, and outputs URL-level annotations and results for continuous integration and code scanning purposes.
August 10, 2026
Kover Report Action
Version updated for https://github.com/yshrsmz/kover-report-action to version v3.1.24.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary A GitHub Action that generates and reports code coverage from Kover XML reports for Kotlin/Android projects, supporting multi-module support with flexible discovery methods and configurable thresholds. It integrates with PRs for automatic updates and tracks coverage history with visual indicators. The action is fast and secure, parsing Kover reports in parallel to ensure robustness.