Skip to content

Fix CI: Sync pnpm lockfile and package versions #704

Fix CI: Sync pnpm lockfile and package versions

Fix CI: Sync pnpm lockfile and package versions #704

name: "Dependency Review"
on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
# Fail the action if vulnerabilities with severity >= moderate are detected
fail-on-severity: moderate
# Warn about deprecated packages
warn-on-deprecated: true
# Use config file to set OpenSSF Scorecard threshold
config-file: './.github/dependency-review-config.yml'
# Don't auto-comment on PR to avoid hitting GitHub's 64KB comment size limit
# Users can view the full report in the Actions tab or download the artifact