Skip to content

Commit

Permalink
chore: Change upstream deps review action back to `actions/dependency…
Browse files Browse the repository at this point in the history
…-review-action` (#1468)
  • Loading branch information
edgarrmondragon authored Feb 28, 2023
1 parent 90135a8 commit eab5d44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

- name: GitHub dependency vulnerability check
if: ${{ github.event_name == 'pull_request_target' }}
# Use this fork until https://github.com/actions/dependency-review-action/pull/165 is merged
uses: WillDaSilva/dependency-review-action@main
uses: actions/dependency-review-action@v3.0.3
with:
fail-on-severity: high

- name: FOSSA dependency license check
run: |
Expand Down

0 comments on commit eab5d44

Please sign in to comment.