Skip to content

feat: add ws-plugin and cron-plugin to official Motia plugins #375

feat: add ws-plugin and cron-plugin to official Motia plugins

feat: add ws-plugin and cron-plugin to official Motia plugins #375

name: Dependency Review
on:
pull_request:
paths:
- 'package.json'
- 'pnpm-lock.yaml'
- '**/package.json'
- '.github/workflows/dependency-review.yml'
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:
fail-on-severity: moderate
deny-licenses: GPL-3.0, AGPL-3.0, LGPL-3.0, MPL-2.0
comment-summary-in-pr: always