Skip to content

Commit

Permalink
Add dependency review action (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos authored Jan 5, 2025
1 parent 9fc9bc6 commit 147569e
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:
types: [opened, edited]

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run dependency review
uses: actions/dependency-review-action@v4

0 comments on commit 147569e

Please sign in to comment.