Skip to content

[pull] main from MotiaDev:main #63

[pull] main from MotiaDev:main

[pull] main from MotiaDev:main #63

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