Skip to content

Commit

Permalink
Create dep_review.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lipika-deriv authored Apr 17, 2024
1 parent 5cc6562 commit eb463bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dep_review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 'Dependency Review'
on:
pull_request:
branches:
- main
- master

jobs:
dependency-review:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017
- name: 'Dependency Review'
uses: actions/dependency-review-action@2ce029c676cacb6112c47192ee072c7f783330c5
with:
comment-summary-in-pr: always

0 comments on commit eb463bb

Please sign in to comment.