Skip to content

Commit

Permalink
Merge pull request #136 from coveooss/feature/dep-review
Browse files Browse the repository at this point in the history
Create dependency-review.yml
  • Loading branch information
JPLachance authored Sep 28, 2023
2 parents aaf064e + 3575591 commit bf9b778
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Dependency Review'

on:
pull_request:
branches: [ "master" ]

permissions:
contents: read
pull-requests: write

jobs:
dependency-Review:
name: Review
uses: coveo/public-actions/.github/workflows/dependency-review.yml@main
with:
public: true
distributed: true

0 comments on commit bf9b778

Please sign in to comment.