Skip to content

Commit

Permalink
Add actions/dependency-review-action (#1272)
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto authored Nov 7, 2023
1 parent b2604b9 commit fa44321
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Dependency Review

on: pull_request

permissions:
contents: read

jobs:
dependency-review:
name: Dependency Review

runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4

- name: Dependency Review
uses: actions/dependency-review-action@v3

0 comments on commit fa44321

Please sign in to comment.