Skip to content

Commit

Permalink
Merge pull request dependabot#5973 from dependabot/mattt/dependency-r…
Browse files Browse the repository at this point in the history
…eview

Add Dependency Review workflow
  • Loading branch information
mattt authored Oct 25, 2022
2 parents ce91e1c + a5a4698 commit d9c5828
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Dependency Review
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Perform Dependency Review
uses: actions/dependency-review-action@v2

0 comments on commit d9c5828

Please sign in to comment.