feat(WinGet): add WinGet Releaser#474
Merged
BrycensRanch merged 2 commits intoSnapXL:developfrom Apr 6, 2026
Merged
Conversation
Signed-off-by: okcoder1 <codershub.code@gmail.com>
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a WinGet submission workflow but is currently not up to standards. The workflow uses a non-standard runner label ('ubuntu-slim') that will likely cause the job to fail in a standard GitHub environment. Additionally, referencing the WinGet Releaser action via the '@main' branch poses a significant security and stability risk. These issues should be resolved to ensure the automation is both functional and secure.
About this PR
- The workflow's reliability is compromised by using mutable references and non-standard runners. This pattern increases the maintenance burden and security surface area of the CI/CD pipeline.
Test suggestions
- Workflow triggers on release events with the 'released' type
- Correct application identifier 'SnapXL.SnapX' is passed to the action
- Authentication token is correctly referenced from repository secrets
🗒️ Improve review quality by adding custom instructions
Signed-off-by: okcoder1 <codershub.code@gmail.com>
Member
|
LGTM! |
BrycensRanch
approved these changes
Apr 6, 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.
Preface
This PR introduces WinGet Releaser, a GitHub Action that publishes new releases of an application to the Windows Package Manager automatically, without any hassle. This makes the automation process much easier.
Description of Change
This PR allows for automatic WinGet update submission.
Possible Alternatives
Just doing it by hand, but it would take a lot of time and will be more error-prone.
Notes
SnapXL.SnapX#473