From 0c58c8653290da08e3a121e64585733cf695d14d Mon Sep 17 00:00:00 2001 From: Shweta4398 <106510489+Shweta4398@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:52:40 +0530 Subject: [PATCH] Copy Dependency Review file via actions --- .github/workflows/dependency-review.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/dependency-review.yml diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml new file mode 100644 index 00000000..6d0347f5 --- /dev/null +++ b/.github/workflows/dependency-review.yml @@ -0,0 +1,12 @@ +name: 'Dependency Review - Actions' + +on: + push: + branches: [ "master"] + pull_request: + branches: [ "master"] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: +jobs: + review-and-merge: + uses: AppDirect/actions/.github/workflows/dependency-review.yml@master