Skip to content

Commit 5b03033

Browse files
authored
Merge pull request #8978 from BitGo/gokuldevaraju330/wcn-865-fix-flaky-yarn-audit-ci-step-with-retry-logic
fix(ci): pin EricCrosson/retry to exact version and SHA256 digest
2 parents 5c786ef + 326cc6e commit 5b03033

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)