diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f4ac0bb..daf0275 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,9 @@ jobs: - name: Check out repository uses: actions/checkout@v6 - name: Review dependency changes - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 + with: + fail-on-unsupported-repos: false reuse: name: REUSE compliance