Update provenance fields and push to qcom-distro-artifacts#139
Merged
keerthi-go merged 1 commit intomainfrom Apr 28, 2026
Merged
Update provenance fields and push to qcom-distro-artifacts#139keerthi-go merged 1 commit intomainfrom
keerthi-go merged 1 commit intomainfrom
Conversation
After each non-test release, clone qualcomm-linux/qcom-distro-artifacts and upsert the package's provenance entry into <suite>/provenance.json. If the file already exists the new package entry is merged in (replacing that package's entry while preserving all other packages). A 3-attempt retry loop with git pull --rebase handles concurrent releases to the same suite. Test runs (inputs.test-run == true) skip this step. Signed-off-by: Keerthi Gowda <kbalehal@qti.qualcomm.com>
50b0751 to
7cec308
Compare
Contributor
Author
|
Fixed the Semgrep error on shell-injection finding (run-shell-injection) in qcom-release-reusable-workflow.yml by removing all ${{ ... }} GitHub Actions context interpolations from run: scripts. All values are now passed via the env: block and referenced as shell variables, following the recommended GitHub Actions pattern. |
simonbeaudoin0935
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After each non-test release, clone qualcomm-linux/qcom-distro-artifacts and upsert the package's provenance entry into /provenance.json. If the file already exists the new package entry is merged in (replacing that package's entry while preserving all other packages). A 3-attempt retry loop with git pull --rebase handles concurrent releases to the same suite. Test runs (inputs.test-run == true) skip this step.