Skip to content

Commit

Permalink
Merge pull request #109 from kustomer/dependency-review-workflow-action
Browse files Browse the repository at this point in the history
[KDEV-65737] The dependency review GitHub action [MASS PR]
  • Loading branch information
eyyub-kelestemur authored Aug 21, 2024
2 parents 350ac5e + 1bc966a commit c96c6c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Use Dependency Review'

on: [pull_request]

jobs:
call-dependency-review:
uses: kustomer/common-workflows/.github/workflows/dependency-review.yml@main
secrets: inherit

0 comments on commit c96c6c0

Please sign in to comment.