August 14, 2026
SFDX Code Review
Version updated for https://github.com/svierk/sfdx-code-review to version v1.0.1.
This action is used across all versions by 3 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 static code review process for Salesforce projects, bundling several checks into a single quality gate to ensure compliance and adhere to best practices. It includes static analysis using the Salesforce Code Analyzer, code formatting with Prettier, and linting with ESLint, producing SonarQube-compatible reports. The action allows customization of which checks are performed and can apply project-specific ESLint configurations if desired.
August 14, 2026
SFDX Delete Scratch Org
Version updated for https://github.com/svierk/sfdx-delete-scratch-org to version v1.1.3.
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 This GitHub action automates the deletion of Salesforce scratch orgs after a CI run, ensuring that resources are released even if previous steps fail. It works in conjunction with the sfdx-create-scratch-org action and uses tokens for authentication, following best practices for maintaining security and clarity in workflows.
August 14, 2026
SunsetPR AI Model Lifecycle Check
Version updated for https://github.com/synergia-yoshi/sunsetpr-action to version v0.3.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SunsetPR is a GitHub Action designed to detect deprecated AI models and API endpoints before their shutdown dates. It provides detailed reports including file and line numbers, shutdown dates, official replacements or migration paths, confidence levels, and provider documentation. The action supports TypeScript, JavaScript, and Python languages and can identify hardcoded model IDs in major SDK call shapes, single-use const model IDs passed to supported calls, model IDs assigned to model-named variables, and various configuration files. It reports findings but does not automatically create or merge PRs; reviewers are required to manually confirm the corrections.
August 14, 2026
Delete GitHub Workflow Runs
Version updated for https://github.com/tagdots/delete-workflow-runs to version 1.2.34.
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 delete-workflow-runs is a GitHub Action that deletes workflow runs from a specified repository. It reduces supply chain risks by ensuring actions follow best practices and provides evidence of code coverage results in action. The tool can also identify orphan workflow runs to delete, reduce API rate limit consumption, and run using both the command line and GitHub Actions Marketplace.
August 14, 2026
GitHub Settings as Code
Version updated for https://github.com/Vivswan/github-settings-as-code to version v2.0.0.
This action is used across all versions by 15 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 application of declarative repository settings from a .github/settings.yml file, replacing the Probot Settings app. It manages branch protections, rulesets, and other configurations in a stateless manner, providing detailed error messages upon failure. The action is triggered on pushes to .github/settings.yml or manual workflows dispatches, ensuring that every change is visible and auditable through workflow runs.
August 14, 2026
B.IA Accessibility Checker
Version updated for https://github.com/YuriFAToledo/B.IA to version v0.1.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary B.IA is a GitHub Action that automates accessibility testing in CI/CD pipelines. It allows companies to define an audience and percentage of WCAG guidelines met, ensuring their products are accessible. This tool provides flexibility by focusing on the most impactful audiences, helping companies avoid costly external solutions. The action uses AI to analyze guidelines and helps developers improve code quality through feedback reports.
August 14, 2026
move-test-gen coverage check
Version updated for https://github.com/mehvetero/move-test-gen to version v1.5.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 The move-test-gen GitHub Action generates edge-case test suites for Sui Move functions by analyzing a module and creating [test] and [expected_failure] functions covering various scenarios such as boundary values, arithmetic edges, access control issues, state machine problems, economic considerations, and fee evasion. It outputs the generated tests in a .move file that can be used with sui move test. The action is useful for automating the generation of comprehensive test cases to ensure robustness and reliability of Move contracts.
August 14, 2026
Healify — Check broken selectors
Version updated for https://github.com/mescobar996/Healify to version v2.8.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 Healify is a tool that automatically identifies and suggests stable selector replacements for broken E2E tests. It helps developers maintain stable, reliable selectors by analyzing test evidence captured during previous runs. The action automates the process of identifying broken selectors, suggesting fixes, and updating tests without modifying them directly. It provides insights into the effectiveness of its suggestions through a local dashboard and supports integration with various testing frameworks including Playwright, Cypress, Selenium, and WebdriverIO.
August 14, 2026
QHSE Professionals CI/CD Run ATF Test Suite
Version updated for https://github.com/mikevdberge/sncicd-tests-run to version 1.0.14.
This action is used across all versions by 1 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 GitHub Action described in the README automates the process of running automated test suites in a ServiceNow environment using various parameters such as browser settings, operating system versions, and test suite details. It solves the problem of integrating CI/CD practices into the ServiceNow development workflow by providing a reusable action that can be configured for different environments and test requirements.
August 14, 2026
Go - Test Suites
Version updated for https://github.com/mvrahden/go-test to version v1.26.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 The gotest action generates and executes Go test suites as specification-driven behavioral contracts, offering isolated and parallel execution with no runtime dependencies or reflection. It simplifies test management by organizing tests into readable specifications and ensures state isolation between tests.