August 11, 2026
Custom Amazon Bedrock Agent Action
Version updated for https://github.com/severity1/custom-amazon-bedrock-agent-action to version v0.10.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action uses Amazon Bedrock Agent to analyze code files in a PR and provide feedback. It integrates with Knowledge Bases for enhanced context-aware insights and supports customizable prompts, memory, and language-agnostic analysis. The action is tailored for various use cases, including code quality improvement and performance optimizations. It seamlessly integrates with the AWS ecosystem and provides detailed, markdown-formatted comments as feedback in the PR.
August 11, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.1.
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 Sherpa.sh is an AI-powered tool that automates the deployment of applications to various cloud providers. It simplifies infrastructure management by allowing users to describe their needs in plain English, and Sherpa generates and configures the necessary resources, including servers, DNS, SSL certificates, CDN, databases, backups, load balancing, and more. This makes it easier for developers to focus on writing code rather than managing complex configurations.
August 11, 2026
Constellation Index
Version updated for https://github.com/ShiftinBits/constellation-github to version v1.2.3.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action installs the latest Constellation CLI and indexes your repository’s codebase using Tree-sitter AST analysis, ensuring AI assistants can understand your code without transmitting source code. It provides a privacy-first approach by extracting only AST metadata and offers automatic updates to the CLI version. The action supports cross-platform operation on Ubuntu, macOS, and Windows runners and includes a smart diff detection mechanism to skip indexing when no files matching the configuration have changed.
August 11, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.21.2.
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 by validating permissions against the repository’s CODEOWNERS file. It supports multiple command formats, including slash commands, mentions, and bare commands, and provides options to approve, merge, squash, rebase, remove approvals, and clean up comments. The app also handles reaction-based commands for approval and merging and maintains a history of reactions removed from approvals/merges.
August 11, 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 configuration files and replaces placeholders with values from environment variables, making it easier to manage sensitive data securely during deployment.
What’s Changed feat: Add support for .env files (e706be3) chore: More info (d440258) feat: Initial version (e440a96)
August 11, 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 bundling and committing the dist folder before pushing it to the repository. It ensures that the latest production-ready version is deployed without manual intervention, streamlining the process of deploying changes to the swarm environment.
August 11, 2026
Spare Parts LGTM
Version updated for https://github.com/sparepartslabs/spareparts-lgtm to version v1.1.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 This GitHub Action automates the process of asking reviewers questions about pull requests they approve, generating the questions from the diff. It solves the problem of ensuring that everyone reads the pull request before approving it and provides a user-friendly experience by offering unlimited attempts without scoring or marking reviews as failed. The action uses an agent matrix supported by Claude, Codex, Cursor, GitHub Copilot, Gemini, and OpenCode to generate the questions.
August 11, 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 to automatically send assignment results. It solves the problem of manually updating students’ grades and scores in Google Sheets by automating this process through API credentials, secrets, and workflows. The action supports multiple tasks and automatically updates or creates columns and rows in the Google sheet based on the task results.
August 11, 2026
rag-redteam
Version updated for https://github.com/Srivatsa03/rag-redteam to version v0.6.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 rag-redteam GitHub Action is designed to test RAG pipelines for potential security vulnerabilities such as indirect prompt injection and source-document leakage. It automates these tests by simulating attacks on the pipeline and failing the build if any vulnerabilities are found, ensuring that sensitive information remains protected in the retrieved documents. The action can be used with local or remote RAG implementations, providing a comprehensive security check for LLM-based retrieval pipelines.
August 11, 2026
Standard Ruby
Version updated for https://github.com/standardrb/standard-ruby-action to version v1.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 This GitHub Action automates the linting and formatting of Ruby code using the Standard Ruby tool. It runs bundle exec standardrb --fix on the repository’s root directory, committing any auto-fixable errors back to the repo. If any errors remain, it fails the build with annotations for each failure. The action can be added to a workflow or existing job in GitHub Actions, allowing developers to maintain code quality and consistency without manual intervention.