diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 5cf680972d4..80f5e0f270d 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -20,6 +20,6 @@ jobs: - name: 'Dependency review' uses: actions/dependency-review-action@v4 with: - fail-on-severity: high + warn-only: true retry-on-snapshot-warnings: true - retry-on-snapshot-warnings-timeout: 600 + retry-on-snapshot-warnings-timeout: 1000