From 30502b4d5216b081added15f329ae810d40076af Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Fri, 3 Jan 2025 14:24:12 -0600 Subject: [PATCH] ci(deps): use the BitGo fork of semantic-release-github-actions This replaces a third-party dependency with a fork of that dependency, maintained by Velocity. This is part of an effort to reduce the amount of toil involved in our maintenance process, and improve our security posture. Ticket: VL-2614 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8f9f85b..5957845 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +51,4 @@ jobs: release: needs: - test - uses: semantic-release-action/github-actions/.github/workflows/release.yml@v5 + uses: BitGo/semantic-release-github-actions/.github/workflows/release.yml@v5