March 20, 2026
Setup RuyiSDK Package Manager
Version updated for https://github.com/ruyisdk/setup-ruyi-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 The ruyisdk/setup-ruyi-action GitHub Action automates the setup of the RuyiSDK Package Manager (ruyi) in CI workflows by downloading the appropriate binary for the runner’s architecture, verifying its integrity, and adding it to the system PATH.
March 20, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.1.56.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action “rumdl” is a high-performance Markdown linter and formatter built with Rust. It automates the detection and correction of inconsistencies and common issues in Markdown files, offering features such as 71 linting rules, automatic formatting and fixes, and support for multiple Markdown flavors like GFM and MDX.
March 20, 2026
shiplight-runner
Version updated for https://github.com/ShiplightAI/github-action to version v2.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 integrates with Shiplight AI to automate the execution and monitoring of test suites during the CI/CD process. It enables users to trigger test runs, optionally perform preflight checks, and report results back to pull requests for better visibility.
March 20, 2026
pqaudit TLS Scan
Version updated for https://github.com/YasogaN/pqaudit to version v0.2.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 The pqaudit GitHub Action evaluates the post-quantum cryptography (PQC) readiness of TLS endpoints by probing their support for hybrid and classical cryptographic protocols, scoring them based on compliance with standards like NIST IR 8547, CNSA 2.
March 19, 2026
Convox Run
Version updated for https://github.com/convox/action-run to version v1.2.0.
This action is used across all versions by 3 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Convox Run Action automates the execution of one-off commands, such as database migrations, against specific releases of applications on the Convox platform. It streamlines pre-deployment or post-deployment tasks by enabling users to run these commands directly within a GitHub Actions workflow.
March 19, 2026
cloud-audit - AWS Security Scanner
Version updated for https://github.com/gebalamariusz/cloud-audit to version v0.9.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 cloud-audit is an open-source AWS security scanner that performs 47 checks across 15 AWS resource types and maps findings to 16 CIS AWS Foundations Benchmark controls. It uniquely identifies and correlates vulnerabilities into exploitable attack paths using 16 attack chain rules, helping users prioritize and remediate real-world security risks.
March 19, 2026
Check CRLF line endings
Version updated for https://github.com/gi-org-pl/check-crlf-action to version v1.0.2.
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 check-crlf-action GitHub Action ensures code consistency by detecting and failing workflows if any tracked files in the repository use CRLF (\r\n) line endings instead of LF line endings. It automates the enforcement of uniform line endings across the codebase, helping to prevent issues caused by inconsistent line ending formats in collaborative development environments.
March 19, 2026
Check file permission changes
Version updated for https://github.com/gi-org-pl/check-file-permissions-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 The check-permissions-action is a GitHub Action designed to detect and fail pull requests that introduce file permission changes (e.g., modifying file modes such as making a file executable). It automates the process of ensuring consistent file permissions across branches, helping teams enforce security and compliance standards in their repositories.
March 19, 2026
Check app version tag
Version updated for https://github.com/gi-org-pl/check-version-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 The check-version-action GitHub Action ensures that a specified version tag does not already exist in the repository, helping to prevent the accidental reuse of published version tags. It automates the process of verifying version uniqueness by checking against existing git tags, offering early failure detection for shallow clones if full git history is not fetched.