August 13, 2026
Odin Scan - Smart Contract Security
Version updated for https://github.com/Odin-Scan/odin-scan-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 Odin Scan GitHub Action is an AI-powered tool that automatically scans smart contract code for vulnerabilities on CosmWasm, Solana, and EVM platforms. It integrates with GitHub Code Scanning to provide native security alerts and inline annotations in pull requests. The action supports multi-platform detection and configurable thresholds for severity levels, allowing developers to catch vulnerabilities early in the development process.
August 13, 2026
OSSystems Nix Actions
Version updated for https://github.com/OSSystems/nix-actions to version v1.0.6.
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 CI process for Nix flake repos by running checks and building specific attributes. It supports installing Nix and restoring a cache on hosted runners, and it can build hosts, packages, or dev shells as specified in the flake. The action is designed to be used within a job step and can run before or after other tasks.
August 13, 2026
Otzaria Plugin Validator
Version updated for https://github.com/Otzaria/otzaria-plugin-validator to version v1.10.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 This GitHub Action automates the validation, build, and publication process of an Otzaria plugin. It checks for specific errors during package creation and compilation, builds the .otzplugin file, and publishes it to Otzaria’s store automatically when pushing changes to the main branch. The action can also perform a full check on pull requests without requiring secrets but still validates the plugin.
August 13, 2026
Web App Security Skill
Version updated for https://github.com/parousia8888/web-app-security-skill to version v0.4.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 This GitHub Action automates the security testing of web applications by leveraging AI coding agents to detect potential vulnerabilities such as OS command injection. It provides detailed explanations and remediation proposals, helping users understand how to secure their projects and ensure that changes do not introduce new risks. The action supports a wide range of programming languages and codebases, including JavaScript/TypeScript and Python Web code.
August 13, 2026
Prowler Security Scan
Version updated for https://github.com/prowler-cloud/prowler to version 5.39.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 Prowler is an open-source, automated tool that helps organizations identify security risks and non-compliance issues in their cloud environments through a suite of security checks and compliance frameworks. It automates the process of scanning AWS and Azure environments to ensure compliance with industry standards and best practices, providing real-time monitoring and seamless integrations for simple, scalable, and cost-effective cloud security.
August 13, 2026
RelayShield Secret Scan
Version updated for https://github.com/relayshield/rsscan to version v0.2.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 rsscan GitHub Action automatically detects and blocks commits and builds introducing API keys, tokens, and other machine credentials in a repository by scanning added lines. It uses local patterns to detect common credential types, providing inline annotations on pull requests to help developers identify and address security issues early. The action is suitable for use with pre-commit hooks, GitHub Actions, GitLab CI/CD, CircleCI, Docker pipelines, and various other CI tools without requiring any additional configuration or setup beyond installation.
August 13, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko 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 This GitHub Action, “Hello world docker action,” is designed to print a greeting message either in English or with a specified name. It automates tasks such as personalizing greetings and tracking timestamps for logging purposes. Key capabilities include customizable inputs for the person to greet and an output that provides the time of greeting.
August 13, 2026
SFDT for Salesforce
Version updated for https://github.com/scoobydrew83/sfdt to version v0.22.2.
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 The GitHub Action automates Salesforce deployment, testing, quality analysis, and release management processes using the @sfdt/cli tool. It supports interactive workflows, automated release manifest generation, parallel Apex test execution with coverage enforcement, code and test quality analysis, pre-release validation checks, deployment rollback, post-deploy smoke testing, org metadata drift detection, multi-package project support, AI-powered deployment error log interpretation, PR descriptions and Slack messages, AI-generated code review, test failure analysis, changelog generation, and release notes. It also includes features like CI/CD pipeline templates, notifications, plugin architecture, and multi-channel messaging capabilities.
August 13, 2026
CI Health Audit
Version updated for https://github.com/sdxiaomage/ci-health-audit to version v1.1.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 Purpose and Functionality: The CI Health Audit GitHub Action performs a heuristic static audit of GitHub Actions workflows to identify common security and reliability risks. It checks for issues like un-pinned third-party actions, self-hosted runners, excessive permissions, dangerous event interpolation, insecure curl/wget usage, and mutable container tags.
August 13, 2026
Set up Rust
Version updated for https://github.com/seapagan/setup-rust to version v1.0.0.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action installs a Rust toolchain specification and optional components and targets in a CI workflow. It automates the setup of Rust development environments by handling complex Rustup configurations and ensuring reproducible builds across different platforms. The action provides flexibility to install specific versions or nightly builds of Rust, as well as add custom Rustup components and targets for cross-compilation.