This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Tags: linkerd/linkerd-smi
Tags
build(deps): bump github.com/cyphar/filepath-securejoin (#106) Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Commits](cyphar/filepath-securejoin@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove redundant globs from github release artifact list (#55) The "Create Release" github action contained redundant file globs which listed the same release artifact multiple times. For [some reason](softprops/action-gh-release#210), this causes the action to encounter a 404 error and fail. Remove the redundant globs so that each file is listed only once. Signed-off-by: Alex Leong <alex@buoyant.io>