diff --git a/.github/workflows/npmjs-release.yml b/.github/workflows/npmjs-release.yml index 9b6e8b7379..56a9eed5cd 100644 --- a/.github/workflows/npmjs-release.yml +++ b/.github/workflows/npmjs-release.yml @@ -272,6 +272,7 @@ jobs: targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Run yarn audit + continue-on-error: true run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure - name: Run dependency check diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 132104e1bf..3cd0a84570 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,6 +42,7 @@ jobs: targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911 - name: Audit Dependencies + continue-on-error: true run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure - name: Set Environment Variable for Alpha