Skip to content

Fix: Disabling while in 'serve' mode after first run #2

Fix: Disabling while in 'serve' mode after first run

Fix: Disabling while in 'serve' mode after first run #2

---
name: Dependency Review
on:
pull_request:
branches:
- main
types:
- opened
- ready_for_review
- synchronize
- reopened
concurrency:
group: ${{ format('{0}-{1}-{2}-{3}-{4}', github.workflow, github.event_name, github.ref, github.base_ref, github.head_ref) }}
cancel-in-progress: true
jobs:
dependency-review:
name: Dependency Review
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
vulnerability-check: true
license-check: true
comment-summary-in-pr: true