Skip to content

fix(router): ensure persisted operation hits both with and without op name #125

fix(router): ensure persisted operation hits both with and without op name

fix(router): ensure persisted operation hits both with and without op name #125

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
# Write permissions for pull-requests are required for using the `comment-summary-in-pr` option, comment out if you aren't using this option
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: 'high'
comment-summary-in-pr: 'on-failure'
vulnerability-check: true
license-check: false