You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pin actions used to a Git SHA-1 hash instead of a tag
- Don't persist credentials when using actions/checkout, except
where needed (I did not find any places where it is needed)
- Use `gh` CLI to delete/recreate dev release instead of using
third-party actions
- Use `gh` CLI to create tagged releases instead of using
third-party actions
- Avoid cache usage when producing release artifacts (to prevent
cache poisoning attacks)
Signed-off-by: Caleb Xu <[email protected]>
0 commit comments