Skip to content

Commit 326cc6e

Browse files
gokulhostclaude
andcommitted
fix(scripts): pin EricCrosson/retry to v1.4.8 with SHA256 digest
Pins the retry binary to an exact version and checksum to address supply-chain security concerns in the npm publish pipeline. WCN-865 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49433e0 commit 326cc6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npmjs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Install retry
240240
uses: BitGo/install-github-release-binary@v2
241241
with:
242-
targets: EricCrosson/retry@v1
242+
targets: EricCrosson/retry@v1.4.8:sha256-15224553f40d5d16dcc1a696798741227c79670a41f43e522002e634aa1d7c64
243243

244244
- name: Run yarn audit
245245
run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install retry
4040
uses: BitGo/install-github-release-binary@v2
4141
with:
42-
targets: EricCrosson/retry@v1
42+
targets: EricCrosson/retry@v1.4.8:sha256-15224553f40d5d16dcc1a696798741227c79670a41f43e522002e634aa1d7c64
4343

4444
- name: Audit Dependencies
4545
run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure

0 commit comments

Comments
 (0)