Below you will find pages that utilize the taxonomy term “Svierk”
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 13, 2026
SFDX Run Tests
Version updated for https://github.com/svierk/sfdx-run-tests to version v1.1.1.
This action is used across all versions by 5 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 execution of Salesforce Apex, LWC, and Flow tests. It reports coverage to the CLI logs and the GitHub step summary, and writes coverage reports to paths expected by quality tools like SonarQube/SonarCloud or Codecov. The action is configurable to run only certain types of tests, and provides a streamlined way to include tests in CI workflows.
August 12, 2026
SFDX Deploy
Version updated for https://github.com/svierk/sfdx-deploy to version v1.2.2.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The SFDX Deploy GitHub Action automates the deployment of Salesforce metadata to a target org, supporting source directories, manifest files, and metadata component selectors. It includes options for test levels, dry runs, and delta deployments, making it suitable for pull request validation and actual deployments to higher environments. The action also provides functionality to delete metadata deletions as post-destructive changes in delta mode.