December 10, 2025
Anchore Container Scan
Version updated for https://github.com/anchore/scan-action to version v7.2.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,444 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes New in scan-action v7.2.2 update Grype to v0.104.2 (#557) [[anchore-actions-token-generator[bot]](https://github.com/anchore-actions-token-generator[bot])] bump glob from 10.4.5 to 10.5.0 (#546) [[dependabot[bot]](https://github.com/dependabot[bot])]
December 10, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.21.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Warning: This release is not compatible with previous releases.
What’s Changed Make prefetching less agressive by @Barre in https://github.com/Barre/ZeroFS/pull/285 Reorder key prefixes to reduce S3 requests for metadata scans by @Barre in https://github.com/Barre/ZeroFS/pull/286 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.20.1...v0.21.0
December 10, 2025
Caffeine Language Action
Version updated for https://github.com/Brickell-Research/caffeine_lang_github_action to version v0.1.7.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/Brickell-Research/caffeine_lang_github_action/compare/v0.1.6...v0.1.7
December 10, 2025
run-digger
Version updated for https://github.com/diggerhq/digger to version backend-ee/v0.1.7.19.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Digger Backend (Enterprise Edition) v0.1.7.19 Terraform orchestration service with advanced features and multi-VCS support.
Docker Image docker pull ghcr.io/diggerhq/digger/digger-backend-ee:v0.1.7.19
December 10, 2025
EkLine (GitHub Action)
Version updated for https://github.com/ekline-io/ekline-github-action to version v6.49.8.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Updated EkLine CLI version to 7.33.3
December 10, 2025
asdf-parse-tool-versions
Version updated for https://github.com/endorama/asdf-parse-tool-versions to version v1.5.0.
This action is used across all versions by 31 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed From this release is possible to load a .tool-versions file from a different folder than the root with the working_directory input setting. Refer to README for further details.
New Feature adds working_directory input by @sammc3 in https://github.com/endorama/asdf-parse-tool-versions/pull/485 Add tests for working directory feature by @endorama in https://github.
December 10, 2025
Substitute secrets in file action
Version updated for https://github.com/faradaytrs/substitute-secrets-action to version 2.6.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Use nodejs native glob
December 10, 2025
Setup k0s
Version updated for https://github.com/fenio/setup-k0s to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🎉 Major Release: Complete Rewrite as Pure Bash Composite Action This is a major rewrite that simplifies the action significantly by removing all Node.js/TypeScript dependencies and implementing everything as a pure bash composite action.
⚠️ BREAKING CHANGES Runtime Change: Action now uses composite runtime instead of node24 No Automatic Cleanup: The action no longer includes a post-run cleanup phase.
December 10, 2025
Lightning Flow Scan
Version updated for https://github.com/Flow-Scanner/lightning-flow-scanner to version action-v2.5.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Release Notes Action tag: action-v2.5.0 Core tag: core-v6.9.0 CLI tag: v6.9.0 VSX Version: v2.3.0
New Rule: TransformInsteadOfLoop Detects Loop elements that directly connect to Assignment elements—a pattern that can often be replaced with the Transform element for significantly better performance. According to Salesforce documentation, Transform elements are on average 10x more performant than Loop-Assignment combinations as they handle collection manipulation in bulk operations rather than iteratively.