August 12, 2026
Shipi18n Auto Translate
Version updated for https://github.com/Shipi18n/shipi18n-github-action to version v2.0.0.
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 Shipi18n GitHub Action automatically translates i18n locale files using your own LLM, providing an open-source solution for translating without a Shipi18n account or hosted API. It supports incremental mode and allows you to skip keys or paths during translation, while also verifying placeholder preservation and key consistency. The action can output translated files, verification errors, warnings, and skipped keys count.
August 12, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.23.1.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Smyklot is a GitHub App that automates pull request approvals and merges based on the .github/CODEOWNERS file. It allows repository owners to approve or merge PRs by commenting with specific commands or reactions, ensuring only authorized users can perform these actions. The app supports multiple formats for command submission and provides features like reaction-based approval, merge method control, and automated cleanup of bot interactions.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.4.
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 reads values from environment variables and replaces placeholders in specified configuration files. It automates tasks like updating configuration settings dynamically based on runtime conditions, ensuring consistency across environments.
August 12, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.0.
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 deploy-swarm-service GitHub Action automates the deployment of a service to a Docker Swarm cluster. It performs two main tasks: running npm ci and bundling the project, then committing the resulting dist directory. This ensures that only necessary changes are pushed to the repository, reducing unnecessary uploads and improving deployment efficiency.
August 12, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0.
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 with Google Sheets to automatically send assignment results from GitHub Classroom. It enables the following functionality:
Integration: Automatically updates a Google Sheet with students’ grades and additional information. Task Results: Supports multiple tasks by dynamically adjusting column names based on task IDs specified in the workflow. Column Management: Handles the creation of new columns for tasks that are not yet present in the sheet. Security: Uses service account credentials to ensure secure access to the Google Sheets API. Key Capabilities Automatically updates assignment results in a Google Sheet. Supports multiple tasks by dynamically adjusting column names. Creates new columns and rows as needed based on task IDs specified in the workflow. Securely integrates with Google Sheets using service account credentials. What’s Changed Updated comments (bf17880) Updated .dockerignore (498a6f7) Updated readme (bbb6b5a) Changed dockerfile to docker pull (8c8584b) Changed dockerfile to docker pull (23fa131) Fixed inputs (844c583) Merge pull request #5 from SPGC/using-result-base64-string (042d99f) Fixed input name (92dd201) Merge pull request #4 from SPGC/using-result-base64-string (79dad97) Code cleanup and fix bug with empty env variables (b474731)
August 12, 2026
sverklo audit
Version updated for https://github.com/sverklo/sverklo to version v0.29.4.
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 Sverklo is an open-source local-first Memory and Context Provider server designed to enhance coding agents by providing them with contextual information such as symbols, callers, diffs, blast radius, and git-pinned decisions before they edit. It allows users to use Sverklo when their agent needs relationships before editing or when they know the exact string. The action is particularly useful for large codebases where writing and running scripts can be time-consuming.
August 12, 2026
hello_task_0812
Version updated for https://github.com/tanyi1013-arch/my-first-action to version v1.0.0.
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 generating a README file for your project by creating a simple template. It solves the problem of maintaining updated README files manually and provides key capabilities for customizing and enhancing the content with additional information, contributors, or links.
August 12, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.17.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 The compose-lint action is a security-focused linter for Docker Compose files that catches dangerous misconfigurations before they reach production. It automates the process of identifying and fixing common security vulnerabilities in docker-compose.yml and compose.yaml files, such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. The action provides a full rule documentation at tmatens.github.io/compose-lint for reference.
August 12, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.14.
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 projects using GoLang and NodeJS. It builds a binary for different platforms, optionally obfuscates it, and can upload the results to GitHub or release on tagged builds. Users can specify various configurations like Go version, Wails version, build name, platform, caching options, and even build Node.js and Deno applications using pnpm and Deno, respectively.
August 12, 2026
Vigilnz Security Scan
Version updated for https://github.com/Vigilnz/vigilnz-scan-action to version v1.3.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 Vigilnz Security Scan Action automates security scanning tasks such as SCA, SBOM, SAST, IAC SCAN, SECRET SCAN, DAST, and CONTAINER SCAN on GitHub repositories. It integrates with Vigilnz’s API to perform these scans and provides outputs directly in the GitHub Actions workflow. The action is easy to use, requiring an API key stored securely in GitHub Secrets and adding a simple step to your workflow YAML file.