From 1d0b149264adf1d87839042707afc59c30523b5a Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 4 Jan 2024 18:31:31 -0500 Subject: [PATCH] ci: update dependency-review.yml --- .github/workflows/dependency-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4e75197790..ede6157541 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -18,3 +18,5 @@ jobs: uses: actions/checkout@v4 - name: 'Dependency Review' uses: actions/dependency-review-action@v3 + with: + vulnerability-check: false