March 30, 2026
delstack-action
Version updated for https://github.com/go-to-k/delstack to version v2.8.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 delstack is a CLI and GitHub Action tool designed to automate the deletion of AWS CloudFormation stacks, including those with resources that are typically difficult to remove, such as non-empty S3 buckets or resources with deletion protection.
March 30, 2026
Deploy Browser Extension
Version updated for https://github.com/GreedyLabs/action-deploy-browser-extension to version v1.0.3.
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 uploading and publishing browser extensions to the Chrome Web Store and/or Microsoft Edge Add-ons store. It supports parallel deployment to both platforms for updates to existing extensions, streamlining the otherwise manual submission process.
March 30, 2026
Run Fourmolu
Version updated for https://github.com/haskell-actions/run-fourmolu to version v12.
This action is used across all versions by 53 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 run-fourmolu GitHub Action ensures consistent code formatting for Haskell projects by automatically checking if Haskell source files adhere to the formatting standards defined by Fourmolu. It identifies unformatted files, provides a diff highlighting discrepancies, and can be configured to target specific files or directories.
March 30, 2026
Actions to Install LLVM and Clang
Version updated for https://github.com/jhchundev/install-llvm-action to version v1.2.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 The install-llvm-action GitHub Action automates the process of downloading and installing specific versions of LLVM and Clang binaries on CI environments. It ensures the installed binaries are properly configured in system environment variables (e.
March 30, 2026
Pipelock Agent Security Scan
Version updated for https://github.com/luckyPipewrench/pipelock to version v2.1.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 Pipelock is an open-source agent firewall and runtime designed to secure AI agents by monitoring network activity, containing processes, and enforcing tool usage policies. It prevents unauthorized access or data leakage, such as API key exposure, by scanning HTTP traffic and blocking malicious requests.
March 30, 2026
Binary Size & Memory Footprint Tracking
Version updated for https://github.com/membrowse/membrowse-action to version v1.1.8.
This publisher is shown as ‘verified’ by GitHub.
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 MemBrowse is a GitHub Action designed to analyze the binary size and memory footprint of embedded firmware by extracting detailed memory information from ELF files and linker scripts, mapping symbols to source files, and supporting multiple architectures.
March 30, 2026
Setup Visual C++ Development Environment
Version updated for https://github.com/mlocati/setup-msvc to version 1.3.1.
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 Setup MSVC GitHub Action automates the configuration of a complete Microsoft Visual C++ (MSVC) development environment on Windows by invoking vcvarsall.bat. It streamlines the process by detecting installed Visual Studio versions, selecting the appropriate toolset, Windows SDK, and architecture, and exposing environment variables required for building C and C++ projects.
March 30, 2026
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.135.
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 aer GitHub Action enables developers to validate Apex code, execute tests, and simulate a lightweight Salesforce-compatible runtime directly within GitHub workflows. It automates the testing process, allowing for faster and more reproducible test cycles without requiring deployment to a Salesforce org.
March 30, 2026
LCOV Coverage Check
Version updated for https://github.com/pento/lcov-coverage-check to version v3.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 The LCOV Coverage Check GitHub Action automates the process of parsing LCOV coverage files, generating coverage summaries, and enforcing customizable coverage thresholds. It helps ensure code quality by preventing coverage regressions, requiring minimum coverage for new files, and verifying that changes do not reduce coverage.