From 521168ccad5ef016f89e3467c4f67daa58b1a13c Mon Sep 17 00:00:00 2001 From: "vignesh285@bitgo.com" Date: Wed, 10 Jun 2026 06:21:24 +0000 Subject: [PATCH] ci: fix incorrect pinned SHA for EricCrosson/retry@v1.4.8 Update checksum from 15224553f40d5d16dcc1a696798741227c79670a41f43e522002e634aa1d7c64 to d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 in both publish.yml and npmjs-release.yml. Ticket: VL-6482 Session-Id: 97fea898-2e16-47ff-b0b5-47798132a382 Task-Id: 3e3641a7-3d6a-483a-9b74-84f4ed665323 --- .github/workflows/npmjs-release.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index ab3ef1e1c6..03f9477087 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -239,7 +239,7 @@ jobs: - name: Install retry uses: BitGo/install-github-release-binary@v2 with: - targets: EricCrosson/retry@v1.4.8:sha256-15224553f40d5d16dcc1a696798741227c79670a41f43e522002e634aa1d7c64 + targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Run yarn audit run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7239ea240..132104e1bf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: - name: Install retry uses: BitGo/install-github-release-binary@v2 with: - targets: EricCrosson/retry@v1.4.8:sha256-15224553f40d5d16dcc1a696798741227c79670a41f43e522002e634aa1d7c64 + targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Audit Dependencies run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure