August 4, 2026
Muninn Security Scanner
Version updated for https://github.com/skaldlab/muninn to version v0.3.7.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Muninn is an open-source security scanning tool that automates and unifies the execution of various security scanners in GitHub Actions workflows. It normalizes scan outputs into a single format, including PR comments, SARIF uploads, and structured JSON. Muninn helps identify vulnerabilities across multiple tools, ensuring comprehensive coverage while reducing duplication of findings.
August 4, 2026
Cloudflare API Shield Upload
Version updated for https://github.com/SocksTheWolf/cloudflare-upload-spec to version v1.2.4.
This action is used across all versions by 7 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 automates the process of uploading OpenAPI specifications to Cloudflare’s API Shield, allowing developers to manage their APIs efficiently without manual intervention. It provides capabilities for uploading a single specification file and optionally deleting other files with the same name. The action is particularly useful for continuous integration pipelines where automatic API updates are required.
August 4, 2026
Read or Modify JSON
Version updated for https://github.com/SocksTheWolf/github-action-json to version v1.5.1.
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, github-action-json, allows users to read and optionally modify JSON files or the package.json file. It provides functionality to replace JSON data, remove keys, and execute a dry run without making any changes to the file. The action supports various inputs for customization such as specifying the path, replacing JSON data, removing keys, and performing a dry run.
August 4, 2026
Jekyll Redirects for Cloudflare
Version updated for https://github.com/SocksTheWolf/jekyll-cloudflare-redirects to version v1.2.4.
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 The Jekyll Redirects for Cloudflare GitHub Action automates the process of transforming Jekyll’s redirects.json into a _redirects file suitable for use with Cloudflare. This action is particularly useful after any Jekyll build to ensure that the website redirects are correctly configured before deployment, helping to improve site performance and user experience by reducing server load and improving SEO through better URL management.
August 4, 2026
Go Git Commit Action
Version updated for https://github.com/somaz94/go-git-commit-action to version v1.8.2.
This action is used across all versions by 18 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates Git commit, push, tag, and pull request operations. It is written in Go for performance and reliability, supporting multiple file patterns and secure authentication through environment variables or secrets. The action can be used to automate the release process of software projects by creating tags and pushing commits, as well as automatically creating pull requests for code changes.
August 4, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.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 config-file-from-env GitHub Action reads environment variables and replaces placeholders in a configuration file with their corresponding values. This helps in dynamically configuring applications based on the environment, enhancing flexibility and ease of deployment.
August 4, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
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 integrates GitHub Classroom with Google Sheets, automating the process of sending assignment results. It uses service account credentials and shares the Google sheet with the service account to ensure secure communication between GitHub Actions and Google Sheets. The action supports automatic column creation based on graded tasks and updates student grades in real-time within the Google Sheet.
August 4, 2026
xilo-nix-cache
Version updated for https://github.com/stubbedev/xilo to version v1.0.13.
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 The xilo GitHub Action automates the setup and management of a self-hosted Nix binary cache. It provides a single Go binary with no external services, supports multi-tenant storage with user accounts and organizations, offers a dashboard for managing caches, tokens, users, and activities, and can revoke push/pull tokens instantly. It also ships a 9 MB distroless Docker image and serves zstd pulls from stored frames.
August 4, 2026
Run Godlint
Version updated for https://github.com/tomerwave/godlint to version v0.6.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 Godlint is an executable engineering tool that enforces deterministic policies across multiple programming languages, helping to maintain architecture, security boundaries, and engineering standards in collaborative development environments. It automates quality checks locally and in CI, ensuring that changes adhere to predefined rules and exceptions can be managed with accountability and expiration dates.
August 4, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.9.
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 build process for Wails.io v3 projects by installing GoLang and NodeJS, then running a build. It supports building for multiple platforms and can obfuscate the build using Garble. The default behavior uploads the results to GitHub, but it also uploads them to release when triggered on a tag. Users can specify additional options such as Go version, Wails version, build name, obfuscation, platform, cache use, and package upload.