March 19, 2026
Check file permission changes
Version updated for https://github.com/gi-org-pl/check-file-permissions-action 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 check-permissions-action is a GitHub Action designed to detect and fail pull requests that introduce file permission changes (e.g., modifying file modes such as making a file executable). It automates the process of ensuring consistent file permissions across branches, helping teams enforce security and compliance standards in their repositories.
March 19, 2026
Check app version tag
Version updated for https://github.com/gi-org-pl/check-version-action 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 check-version-action GitHub Action ensures that a specified version tag does not already exist in the repository, helping to prevent the accidental reuse of published version tags. It automates the process of verifying version uniqueness by checking against existing git tags, offering early failure detection for shallow clones if full git history is not fetched.
March 19, 2026
go-task/setup-task
Version updated for https://github.com/go-task/setup-task to version v2.0.0.
This action is used across all versions by 260 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 Task GitHub Action integrates the Task task runner and build tool into GitHub workflows, automating the setup process for streamlined use in CI/CD pipelines. It simplifies task execution and project builds by providing access to Task’s features directly within GitHub Actions.
March 19, 2026
AWS EKS Action
Version updated for https://github.com/gumlet/aws-eks-action to version v1.0.6.
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 setup-aws-eks GitHub Action automates the process of configuring a Kubernetes client, such as kubectl, to connect to an AWS EKS cluster directly from a GitHub Actions workflow. It streamlines cluster access by generating or updating the necessary .
March 19, 2026
Get File Changes
Version updated for https://github.com/halaslabs/get-changed-files to version v2.5.0.
This action is used across all versions by 3 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, halaslabs/get-changed-files, identifies files that have been added, modified, removed, renamed, or changed in a pull request or push. It automates the process of retrieving and categorizing changed files, allowing users to filter results by type or file path and output them in various formats such as space-delimited, CSV, or JSON.
March 19, 2026
Flowlyt Security Analyzer
Version updated for https://github.com/harekrishnarai/flowlyt to version v1.0.10.
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 Flowlyt is an AI-powered security analyzer designed to enhance the security of CI/CD pipelines in GitHub Actions and GitLab workflows. It combines abstract syntax tree (AST) analysis with AI-driven false positive detection to identify vulnerabilities, misconfigurations, and supply chain risks with greater accuracy and speed.
March 19, 2026
PR Slack Reminder
Version updated for https://github.com/hellej/pr-slack-reminder-action to version v0.14.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 The “PR Slack Reminder Action” is a GitHub Action designed to send automated Slack notifications about open pull requests across multiple repositories. It enhances team collaboration by highlighting old or pending PRs, providing concise review status details, and allowing customization of message content and filtering options.
March 19, 2026
RollHook Deploy
Version updated for https://github.com/jkrumm/rollhook-action to version v1.6.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 RollHook Deploy Action is a GitHub Action designed to automate the process of building, pushing, and deploying Docker images to a RollHook server using GitHub’s OIDC authentication, eliminating the need for secrets in CI workflows.
March 19, 2026
NodeJS Actions Starter Template
Version updated for https://github.com/joshjohanning/nodejs-actions-starter-template to version v2.0.0.
This action is used across all versions by 2 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 nodejs-actions-starter-template is a GitHub Action starter template designed to streamline the creation and deployment of Node.js-based GitHub Actions. It provides a pre-configured setup with features like action boilerplate, automated CI/CD workflows, linting, testing (Jest), and integration with the GitHub REST API via Octokit.