Skip to content

Commit

Permalink
Merge pull request #1054 from 10up/update/dependency-review
Browse files Browse the repository at this point in the history
Update dependency-review.yml
  • Loading branch information
peterwilsoncc authored May 29, 2023
2 parents 3cd758f + ebdcf65 commit 6394db7
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 6394db7

Please sign in to comment.