Skip to content

Commit

Permalink
Create dependency-review.yml (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan authored Apr 11, 2024
1 parent 3c31b55 commit e6b5c90
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: 'Dependency review'
on:
pull_request:
branches: [ "main" ]

permissions:
contents: read
pull-requests: write

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
comment-summary-in-pr: always

0 comments on commit e6b5c90

Please sign in to comment.