July 19, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.9.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 The GitHub Action validates and automatically publishes an Otzaria plugin to the store upon pushing changes to the main branch, ensuring that only updates are published after approval from store administrators. It supports multiple plugins in a monorepo and requires API reference URLs for dynamic validation. The action can run as a pull_request check without publishing by default, but requires secrets for automated publication.
July 19, 2026
OWASP Noir Action
Version updated for https://github.com/owasp-noir/noir to version v1.2.0.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action leverages the Noir SAST tool to identify and document all exposed endpoints in code, including parameters, headers, cookies, and the source files behind them. It supports various languages and frameworks, provides AI context for LLM-based SAST, and integrates with DAST tools like ZAP, Burp Suite, and Caido. The action is designed to be integrated into CI/CD pipelines and can output results in multiple formats.
July 19, 2026
rl-package
Version updated for https://github.com/rl-lang/rl-package 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 rl-package GitHub Action packages an .rl source file into a self-contained binary for Linux, macOS, or Windows using the RL language and uploads it as a workflow artifact. It solves the problem of automating the packaging process for RL programs in CI/CD pipelines by providing a simple configuration interface to specify input parameters such as the source file path and output name. The action supports caching for quick repeat runs and is compatible with various runners including Ubuntu, macOS, and Windows.
July 19, 2026
AAB to APK with Bundletool
Version updated for https://github.com/roberteggl/bundletool-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 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Bundletool Action is a GitHub Action that automates the conversion of Android App Bundles (.aab) to APKs using Google’s bundletool. It automatically downloads and caches bundletool with version pinning, supports both universal APK generation and device-specific APK extraction, provides optional APK signing from a keystore path or base64 GitHub Secret, and includes features like dry-run and verbose logging. The action validates configuration inputs and masks secrets in logs for enhanced security.
July 19, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.37.
This action is used across all versions by 7 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary:
rumdl is a high-performance Markdown linter and formatter built with Rust. It offers speed, extensive linting rules (76 in total), automatic formatting, and multiple Markdown flavors support. The action simplifies the process of checking and fixing markdown files, making it easier to maintain consistency across projects.
July 19, 2026
TCalc Workspace Report
Version updated for https://github.com/Sandesh13fr/TCalc to version v0.1.3.
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 TCalc is a local tool that measures and recommends models and context for coding agents. It analyzes a workspace to identify token-heavy files, folders, and languages, comparing them against different models to generate budgeted repo maps and agent rules. The tool respects workspace ignore rules and can be used in VS Code or as a CLI tool.
July 19, 2026
seekrit — load secrets
Version updated for https://github.com/seekritdev/github-action to version v1.
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 loading secrets from seekrit, a secure secret management tool. It decrypts secrets locally using a private key associated with a service token and injects them into subsequent steps as environment variables, ensuring that sensitive information is not exposed in logs or visible to other team members. The action supports various configurations such as prefixing variable names, filtering which secrets to include or exclude, and exposing secrets as step outputs.
July 19, 2026
Argus PR Review
Version updated for https://github.com/sibinms/argus to version v1.2.4.
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 Argus is a GitHub Action that automates the process of code reviews using AI. It runs multiple specialized AI reviewers in parallel, providing a more comprehensive view than relying on a single model. The action uses an evidence-based curator to verify findings before posting review comments on pull requests, ensuring only valid issues are highlighted. This approach helps in finding more real bugs while minimizing false positives.
July 19, 2026
ifttt-lint
Version updated for https://github.com/simonepri/ifttt-lint to version v0.10.8.
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 GitHub Action ifttt-lint automates the catchment of cross-file drift by enforcing consistent changes across related codebases through comments. It helps in maintaining synchronization between different programming languages, databases, and APIs to prevent issues that arise from uncoordinated updates. The action supports GitHub Actions for push and pull_request events, pre-commit hooks, and manual installation via Cargo.
July 19, 2026
SJ_TEST Giphy PR Comments
Version updated for https://github.com/SJWarrior-17/js_pr-giphy-comment to version alpha-v1.4.
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 the addition of a Giphy GIF comment to new pull requests in a GitHub repository. It simplifies the process by using Node.js and the @octokit/rest package to interact with the GitHub API, along with the giphy-api package to fetch a random GIF from the Giphy service. The action is configured to accept input parameters for GitHub token and Giphy API token, ensuring that it can be easily integrated into various repositories to enhance communication and engagement during pull requests.