Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpaul authored May 25, 2023
1 parent 89c9311 commit 07c2455
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v1
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
license-check: true
vulnerability-check: false
config-file: 10up/.github/.github/dependency-review-config.yml@trunk

0 comments on commit 07c2455

Please sign in to comment.