August 8, 2026
Get PR Push token
Version updated for https://github.com/tiangolo/pr-push to version 0.0.1.
This action is used across all versions by 4 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PR Push GitHub App automates the process of issuing short-lived, repository-scoped tokens for workflows that update pull request branches. It helps manage access to sensitive information securely and efficiently by granting permissions only to authorized workflows, thereby enhancing security and reducing potential vulnerabilities. The action ensures that tokens are issued only when necessary and is designed to integrate seamlessly with GitHub Actions workflows.
August 8, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.1.
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 security-focused linter for Docker Compose files that automates static analysis to catch dangerous misconfigurations. It identifies issues such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, and hard-coded credentials, providing auto-fixes where possible. The action solves the problem of catching vulnerabilities in Docker Compose configurations before they reach production, using OWASP and CIS benchmarks for guidance.
August 8, 2026
Setup Upwarden
Version updated for https://github.com/upwarden-io/setup-upwarden to version v2.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 Summary:
The setup-upwarden GitHub Action is a composite action designed to automate dependency fetches in CI pipelines by authenticating and attributing requests through the Upwarden proxy using OIDC. It simplifies the process of managing dependencies securely, ensuring that each fetch is authenticated, attributed, and policy-enforced. The action supports various package managers, including npm, pnpm, yarn, pip, Maven, Gradle, Bun, Cargo (crates), Go modules, NuGet, and allows for static mode with a standing Upwarden key in cases where OIDC is not available.
August 8, 2026
AI Slop PR Guard
Version updated for https://github.com/Zensoro/ai-slop-detector 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 This GitHub Action uses pure regular expression structural features to score PR/Issue bodies, flagging suspected AI-generated content with a label and scored comment. It labels without automatically closing issues unless opted in. The action is designed to reduce false positives by subtracting human signals such as referencing issue numbers or short bodies.
August 8, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.0.1.
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 Zuke automates the creation of build pipelines in various CI/CD platforms using a TypeScript-driven approach. It solves the problem of managing complex build processes by providing a type-safe way to define targets and their dependencies through a class-based syntax. The action generates GitHub Actions, GitLab CI, or Azure Pipelines YAML based on the project’s configuration, ensuring consistent and maintainable builds across different environments.
August 8, 2026
Hiero Solo Action
Version updated for https://github.com/hiero-ledger/hiero-solo-action to version v0.23.0.
This action is used across all versions by 25 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 setup of a Hiero Solo network by deploying one or more consensus nodes, optionally including a block node and a mirror node. It provisions an account with 10 million hbars and outputs the account details as action output. The action can configure various network settings such as ports and version numbers for different components.
August 8, 2026
Harmans Code Coverage Report
Version updated for https://github.com/hrgui/lcov-reporter-action to version v0.1.0.
This action is used across all versions by 7 repositories. Action Type This is a Node action using Node version 12.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action generates a HTML test coverage report based on the lcov coverage report generated by your test runner and comments it to a pull request. It does not run any tests but expects them to have been run by another action already. The key capabilities include generating a detailed coverage report, linking to specific files where coverage is lower, and displaying the total coverage percentage.
August 8, 2026
sops tools installer
Version updated for https://github.com/jkroepke/setup-sops to version v1.5.64.
This action is used across all versions by 4 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 installs and caches a specific version of sops, a tool for encrypting and decrypting sensitive files. It simplifies managing encrypted secrets in repositories by automating the installation process, ensuring consistent usage across different workflows, and providing easy access to the binary via environment variables.
August 8, 2026
stackit-cli tools installer
Version updated for https://github.com/jkroepke/setup-stackit-cli to version v1.2.96.
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 installs a specific version of stackit-cli binary on the runner, allowing users to define which version of stackit-cli will be used in their workflows. It supports both the latest stable release and any semantic version string like v2.16.7, automatically caching the binary path in the PATH environment variable.
August 8, 2026
LinkedIn Post
Version updated for https://github.com/julioliraup/linkedin-post to version v1.0.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 This GitHub Action automates the process of publishing text or image posts to LinkedIn using the official Posts API. It simplifies the integration by wrapping the LinkedIn Images and Posts APIs in a composite action, allowing users to publish content with minimal code. The action supports both text-only and text + image posts and is easy to set up by adding secrets for OAuth access tokens and URNs.