August 9, 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 This GitHub Action replaces placeholders in a configuration file with values from environment variables. It automates the process of dynamically configuring application settings based on environment-specific configurations without hardcoding sensitive information directly into the codebase.
August 9, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
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 deployment of a Docker Swarm service by executing npm ci and npm run bundle to build the project before committing the built files, ensuring that the latest version of the application is deployed in the swarm environment.
August 9, 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 Google Sheets as an alternative submission method for assignments in GitHub Classroom. It automates the process of updating a specified Google sheet with students’ task results from GitHub Actions workflows. The action requires setting up Google Cloud credentials and sharing the sheet with a service account, then configuring secrets in your repository to integrate seamlessly into your workflow.
August 9, 2026
Sentinel Review
Version updated for https://github.com/Stackgirl01/sentinel-review to version v1.
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 Sentinel Review is an AI-powered security review GitHub Action that reads pull request diffs, reasons about them using Claude, and posts findings as inline comments. It helps catch reasoning-based issues like hardcoded secrets, SQL injection, auth bypasses, and missing input validation on untrusted data. The action is a complementary layer to static analysis tools like CodeQL and Snyk, catching logic-level issues that pattern matchers might miss.
August 9, 2026
Get PR Submit token
Version updated for https://github.com/tiangolo/pr-submit to version 0.0.1.
This action is used across all versions by 34 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PR Submit GitHub App automates the process of issuing short-lived, repository-scoped tokens for workflows that create branches and pull requests. It helps manage access permissions and ensures secure token issuance, focusing on security through OAuth 2.0 with OIDC in specific contexts.
August 9, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.2.
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 GitHub Action is a security-focused linter for Docker Compose files. It checks for dangerous misconfigurations such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, and hard-coded credentials before they reach production. The action auto-fixes the unambiguous issues and provides a dry-run option to identify potential vulnerabilities in your Docker Compose configurations.
August 9, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v1.21.1.
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 This GitHub Action is a tool designed to automate and test Claude Cowork skills without using the actual Desktop application. It mimics the runtime environment closely, allowing developers to run tests across various scenarios in a headless manner, including CI pipelines. The action supports both protocol-only and live test tiers, requiring different setups for token-based or desktop-based testing.
August 9, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version ai-v1.8.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 is a code-based build automation system for Deno and TypeScript that allows developers to define builds as TypeScript classes. Each target is represented by a class field with a fluent API, enabling easy dependency management and topological sorting of targets before execution. Zuke runs these targets in a controlled environment, handling errors gracefully and capturing output for logging purposes.
August 8, 2026
Odin Scan - Smart Contract Security
Version updated for https://github.com/Odin-Scan/odin-scan-action to version v1.0.5.
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 security analysis of smart contracts using Odin Scan, supporting CosmWasm, Solana, and EVM platforms. It integrates seamlessly with GitHub workflows to catch vulnerabilities early in development cycles, providing detailed reports and inline annotations. Users can trigger scans by commenting on pull requests or programmatically via API keys.
August 8, 2026
svelte-vitals
Version updated for https://github.com/oekazuma/svelte-vitals-action to version v0.8.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 svelte-vitals-action is a GitHub Action that automates SvelteKit code-health checks using svelte-vitals, providing inline annotations on pull requests, a job summary, and a sticky PR comment. It solves problems by automatically running static SEO, Performance, Correctness, Security, and Architecture checks and reporting findings in real-time via GitHub Actions.