Skip to content

build(deps): Bump the angular group with 8 updates #10

build(deps): Bump the angular group with 8 updates

build(deps): Bump the angular group with 8 updates #10

name: Dependency Review
on:
pull_request:
branches: [main, develop]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
# Fail on high/critical vulnerabilities
fail-on-severity: high
# Comment on the PR with a summary of changes
comment-summary-in-pr: always
# Deny copyleft licenses incompatible with the project's proprietary distribution
deny-licenses: GPL-2.0-only, GPL-3.0-only, AGPL-3.0-only