Skip to content

Commit

Permalink
Create dependency-review.yml
Browse files Browse the repository at this point in the history
Add a dependency review workflow.
  • Loading branch information
JPLachance authored Sep 28, 2023
1 parent aaf064e commit 3575591
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 3575591

Please sign in to comment.