Skip to content

Commit

Permalink
Merge pull request #13 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
makskustomer authored Aug 28, 2024
2 parents 09d01a7 + 8eb6791 commit aff4c48
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 aff4c48

Please sign in to comment.