From 351aa1859fc1675b67a3dc48a37a6da4ec76934b Mon Sep 17 00:00:00 2001 From: Louis Varin Date: Tue, 8 Sep 2026 22:24:37 +0000 Subject: [PATCH] ci: pin semantic-release workflow WHAT: Pin the reusable semantic-release workflow to the commit currently referenced by v5.\nWHY: Prevent upstream tag movement from changing release behavior unexpectedly.\n\nTicket: INF-3690 Session-Id: d97ac6f6-7fe6-43bc-8319-cdc24dfac113 Task-Id: 7543047b-e2f5-4749-9366-fbc5aca6b747 --- .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 c274fac..bcb8395 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,6 @@ jobs: release: needs: - test - uses: BitGo/semantic-release-github-actions/.github/workflows/release.yml@v5 + uses: BitGo/semantic-release-github-actions/.github/workflows/release.yml@682e026502e84710c34cf2980f9d4adf83750caa with: disable-semantic-release-git: true