August 11, 2026
runward gate
Version updated for https://github.com/stranxik/runward to version v0.33.3.
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 Runward automates AI-assisted software engineering by verifying that the engineering decisions behind AI-written code were followed deterministically. It provides a way to check whether the architecture, where things run, how it’s secured, and how it’s handed over were correctly handled after the code ships. The action scaffolds a filled reference mission and ends by running the strict gate itself, ensuring the load-bearing decisions were actually made and written down.
August 11, 2026
AgentScan-cli
Version updated for https://github.com/thesfb/agentscan-action to version v1.
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 The AgentScan Action automates the security scanning of AI agent skills before they are run in GitHub Actions workflows. It uses a deterministic local scanner to identify and report potential security issues such as shell commands, network calls, secrets, licenses, and obfuscation. The action helps prevent risky skills from being deployed by failing the build when it detects findings at or above a specified severity threshold, while still printing all findings in the log for review.
August 11, 2026
tishlang-sem
Version updated for https://github.com/tishlang/sem to version v1.3.3.
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 This GitHub Action automates the semantic versioning and release pipeline using Tish, a modern JavaScript runtime. It supports both Node.js and Tish-native environments and provides dual runtimes. The action is configured via file, package.json, environment variables, or JSON/YAML configuration options. It handles conventional Commits and semver for bumping versions, with soft-skipping on non-release branches. It also supports recoveries with the --force/SEM_FORCE flag and auto-republishs when a git tag exists but the version is missing from npm. The action promotes GitHub releases through the promote-style pattern, including prerelease assets and unchecking pre-release status for publishing workflows.
August 11, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.16.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 is a static-analysis linter for Docker Compose files that checks for security vulnerabilities such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. It catches these issues before they reach production and provides auto-fixes for unambiguous problems during a dry-run. The action leverages OWASP and CIS Docker Benchmarks to ensure compliance with best practices.
August 11, 2026
Run Godlint
Version updated for https://github.com/tomerwave/godlint to version v0.9.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 Godlint automates code quality checks across multiple programming languages, ensuring consistency in architectural boundaries, security practices, and operational standards. It helps developers maintain clear and secure codebases by enforcing policies locally and in CI, reducing the risk of architectural drift caused by AI-generated code.
August 11, 2026
GitHub Settings as Code
Version updated for https://github.com/Vivswan/github-settings-as-code to version v2.0.0.
This action is used across all versions by 1 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 GitHub Settings as Code action automates the process of applying declarative repository settings from a .github/settings.yml file to GitHub repositories using Actions. It replaces the Probot Settings app and handles branch, tag, and push rules, providing visible workflow runs with API error messages. The action can be used to manage repository permissions and configurations without manual intervention, making it easier for developers to maintain consistent settings across their projects.
August 11, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.4.
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 provides functionalities like running, validating, building, and cleaning Rust scripts. The action interprets a practical subset of the language and uses Rustc to validate files. It supports concurrency with #[tokio::main] scripts and caches compiled files for faster execution.
August 11, 2026
install spaces
Version updated for https://github.com/work-spaces/install-spaces to version v0.20.8.
This action is used across all versions by 5 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 installation of Spaces, a popular cloud storage service, on a self-hosted runner. It simplifies the process of setting up Spaces by automating the creation and configuration of a new Space instance, making it easier for developers to manage their files securely in the cloud.
August 11, 2026
spaces checkout run
Version updated for https://github.com/work-spaces/spaces-checkout-run to version v0.20.8.
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 a specific branch or revision from a GitHub repository using the spaces CLI and then executing a build command within that workspace. It simplifies the setup by automatically installing the necessary tools and handling authentication through a GitHub token, making it easier for developers to automate space checkout and run workflows.
August 11, 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 The B.IA GitHub Action automates accessibility checks in a CI/CD pipeline by defining an audience and percentage of WCAG guidelines to be met. It uses AI to analyze code against these guidelines, providing feedback or blocking pull requests based on compliance.