---
title: "How do I have each component of my medical device upload an SBOM independently? When using the GitHub action to upload an SBOM, why does a specific version override the content of what I had previously uploaded?"
description: "Distinguish between different, effective builds."
category: "Frequently Asked Questions"
section: "Supply Chain Management Software Dependencies"
keywords: ["upload", "github action", "previously", "specific version", "override", "independently", "component", "uploaded"]
source_url: "https://support.ketryx.com/hc/en-us/articles/27487327158925-How-do-I-have-each-component-of-my-medical-device-upload-an-SBOM-independently-When-using-the-GitHub-action-to-upload-an-SBOM-why-does-a-specific-version-override-the-content-of-what-I-had-previously-uploaded"
last_reviewed: 2026-06-11
---

# How do I have each component of my medical device upload an SBOM independently? When using the GitHub action to upload an SBOM, why does a specific version override the content of what I had previously uploaded?

### **Distinguish between different, effective builds.**

If you would like to utilize multiple, parallel, effective builds at the same time, you should be able to use the `build-name`parameter in the GitHub Action and `buildName` in the API to distinguish them

Please note that buildName in the API and build-name in the GitHub Action, although they look similar, may not be used interchangeably.

See this related [FAQ](why-do-my-automatic-test-executions-appear-blank-or-seem-like-they-disappeared.md) and our [Ketryx documentation](https://docs.ketryx.com/api/build-api#builds) for more context.

## Related articles

- [Why do my automatic test executions appear blank or seem like they disappeared?](why-do-my-automatic-test-executions-appear-blank-or-seem-like-they-disappeared.md)
- [How can I clear my SBOM that I uploaded via the Build API?](how-can-i-clear-my-sbom-that-i-uploaded-via-the-build-api.md)
- [How can I update my SBOM that I already uploaded through the Ketryx Build API?](how-can-i-update-my-sbom-that-i-already-uploaded-through-the-ketryx-build-api.md)
- [Does Ketryx offer integration with Git but not with GitHub for managing requirements, specifications, and test cases? Should these be written as markdown files instead of GitHub issues?](does-ketryx-offer-integration-with-git-but-not-with-github-for-managing.md)
- [What is a Fork Release in Ketryx and what can it be used for?](what-is-a-fork-release-in-ketryx-and-what-can-it-be-used-for.md)
