Skip to content

Commit

Permalink
Introduce Dependency Review to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Oct 13, 2024
1 parent 6813e43 commit 771edfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Dependency Review

on: [pull_request]

jobs:
dependency_review:
uses: route06/actions/.github/workflows/dependency_review.yml@55b3a3db392059a08cee1d8c1b4b022e14c7ceda # v2.5.0

0 comments on commit 771edfb

Please sign in to comment.