diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 3bb03e3..75b0c1d 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -114,7 +114,7 @@ jobs: validate-wrappers: true - name: "Dependency review" if: "${{ success() || steps.submit-deps-1.outcome == 'success' }}" - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 with: base-ref: "${{ github.event.before }}" head-ref: "${{ github.event.after }}"