mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-23 07:41:03 +00:00
ci: pin winget-releaser to a full commit SHA
The winget job hands WINGET_TOKEN to vedantmgoyal9/winget-releaser via the mutable @main branch. Pin to the v2 release commit so the publishing credential is only ever exposed to a fixed, reviewed version of the action. Signed-off-by: kobihikri <kobi.hikri@gmail.com>
This commit is contained in:
parent
b25ae9f82d
commit
f96cf25189
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
merge-multiple: true
|
||||
|
||||
- name: Publish to Winget
|
||||
uses: vedantmgoyal9/winget-releaser@main
|
||||
uses: vedantmgoyal9/winget-releaser@4ffc7888bffd451b357355dc214d43bb9f23917e # v2
|
||||
with:
|
||||
identifier: sxyazi.yazi
|
||||
installers-regex: 'yazi-(x86_64|aarch64)-pc-windows-msvc\.zip$'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue