feat(core): harden plugin and release delivery - #242
Open
mwaldheim wants to merge 6 commits into
Open
Conversation
mwaldheim
force-pushed
the
copilot/production-readiness-2026-07-24
branch
2 times, most recently
from
July 24, 2026 12:33
47514c0 to
75ef54f
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: mwaldheim <mwaldheim@users.noreply.github.com>
mwaldheim
force-pushed
the
copilot/production-readiness-2026-07-24
branch
from
July 24, 2026 12:39
75ef54f to
88dfaa6
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
Reject spoofed first-party metadata and unsafe cache or executable path components before resolving or installing plugin binaries. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
mwaldheim
force-pushed
the
copilot/production-readiness-2026-07-24
branch
from
August 3, 2026 10:33
f3e0505 to
fd3e7ca
Compare
Keep namespace-isolated paths for community plugins while retaining stable artifact cache directories for official plugins. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
Carry the open Renovate and CodeQL pin updates in the production-readiness branch so it does not downgrade the dependency PRs when merged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
This was referenced Aug 3, 2026
tboerger
reviewed
Aug 4, 2026
Use the workflow name directly in concurrency groups, centralize read permissions, and remove the duplicate release setup-go step. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
Contributor
Author
|
Thomas’ workflow feedback is addressed in |
tboerger
approved these changes
Aug 7, 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.
Summary
publisher-dockerValidation
actionlint -no-colorscripts/verify-release-workflows.ps1go test -count=1 ./internal/... ./pkg/... ./cmd/...go build ./cmd/semrelgit diff --checkLinux/Docker runtime caveat
Local validation ran on Windows without a Docker daemon. Linux action-shell and Docker build/scan/promotion paths remain covered by CI.