Skip to content

Commit

Permalink
Add workflow: dependency_review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankent committed Jun 24, 2024
1 parent 9cceb44 commit 7b9b966
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read
pull-requests: write

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: 'Dependency Review'
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
with:
comment-summary-in-pr: always
fail-on-scopes: runtime, development, unknown
allow_licenses: MIT, Apache 2.0, ISC, BSD 3 Clause, BSD 2 Clause

0 comments on commit 7b9b966

Please sign in to comment.