August 28, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.6.15.
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 a tool that allows developers to write scripts in Rust and run them as if they were shell scripts, without the need for compilation. It provides a practical subset of Rust syntax and includes support for many standard library features and bridged crates, such as anyhow, serde, and reqwest. RustScript also supports async programming with tokio and real sharing through Rc, Arc, RefCell, Cell, and Mutex. The tool is cross-platform, supporting Linux, macOS, and Windows, and provides built-in commands for validating scripts, compiling them into native binaries, listing supported features, and cleaning caches.
August 28, 2026
Apex Test List
Version updated for https://github.com/wisefoxme/apex-test-list to version v1.14.0.
This action is used across all versions by 0 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 Apex Test List GitHub Action automates the identification and execution of tests based on various annotations or a centralized metadata filter, saving time by reducing the number of tests run in Salesforce orgs. This tool supports both custom comment annotations (@Tests: and @TestSuites:) and Apex’s built-in @isTest annotation. For advanced users who prefer to manage dependencies centrally, it also allows specifying test classes based on Salesforce metadata via a .test-dependencies.yml file.
August 28, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v2.4.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 cowork-harness is an unofficial tool that creates a scriptable and CI-friendly test harness to emulate the observable runtime contract of Claude Cowork. It helps developers test their skills in multiple scenarios headlessly, across many CI jobs, without relying on the locked Desktop app. The action automates the reproduction of constraints such as sealed filesystem, default-deny egress, and MCP-only cross-boundary, providing evidence of what the agent actually did during a run. This is particularly useful for ensuring that skills are compatible with Cowork’s environment, even if they don’t pass strict claude -p runs.
August 28, 2026
pr-trailer
Version updated for https://github.com/yasel-scf/pr-trailer to version v1.0.2.
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 analyzes pull requests and posts a risk-prioritized review brief as a comment, including files affected, their risks, and a suggested reading order. It updates in place with every push, reducing clutter in the thread. The action is hosted, requires an API key for authentication and service URL, and supports email-based account access for non-self-serve sign-up.
August 27, 2026
Setup Soft-RoCE
Version updated for https://github.com/SF-Zhou/setup-soft-roce-action to version v1.1.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 This GitHub Action sets up the Soft-RoCE software stack on Ubuntu GitHub Actions runners, automating the installation of necessary modules and configuration for RDMA (Remote Direct Memory Access) communication. It can be customized with specific network interface and device name settings to configure a Soft-RoCE network environment efficiently.
August 27, 2026
Claude Canary
Version updated for https://github.com/SLP-DEV1/claude-code-canary 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 Claude Code Canary automates deterministic regression testing and compatibility intelligence for Claude Code, solving common issues such as identifying regressions between different releases, verifying plugin compatibility, and ensuring CI runs without paying for redundant executions. It captures tool calls, tokens, duration, and reported cost to provide actionable insights into changes in Claude Code workflows.
August 27, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.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 This GitHub Action replaces placeholders in a configuration file with values from environment variables. It helps automate the process of managing sensitive information securely by using environment variables instead of hardcoding them directly into the configuration files.
August 27, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.16.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 spek is an open-source tool that provides a read-only, local interface for browsing OpenSpec content. It automates the process of viewing specs, tracking changes, and managing tasks within a repository. The action offers features such as a dashboard overview, spec and change browsers with BDD syntax highlighting, task progress indicators, full-text search capabilities, and support for worktree aggregation.
August 27, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
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 Google Sheets with GitHub Classroom to automatically send assignment results. It requires setting up Google API credentials and sharing the sheet with the service account. The action uses Graders from the classroom-resources/autograding-command-grader repository to collect task results and updates them in a specified Google Sheet, creating columns as needed for each task or additional information provided by users.
August 27, 2026
Sprocket CI/CD
Version updated for https://github.com/stjude-rust-labs/sprocket-action to version v0.30.0.
This action is used across all versions by 8 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a set of commands from the Sprocket WDL tool, including static analysis (check and lint), validation, and formatting. It automates common tasks in CI/CD pipelines by running these tools on WDL documents in the repository. The action allows for customization through inputs and configuration files, enabling flexibility in how WDL code is validated and formatted.