Skip to content

Commit

Permalink
Merge pull request #122 from 10up/update/dependency-review
Browse files Browse the repository at this point in the history
Update dependency-review.yml
  • Loading branch information
jeffpaul authored Jun 12, 2023
2 parents 371f1ac + 2875bed commit 74d1882
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 74d1882

Please sign in to comment.