Skip to content

feat(caas): port production Context-as-a-Service from internal #3

feat(caas): port production Context-as-a-Service from internal

feat(caas): port production Context-as-a-Service from internal #3

# Copyright (c) Microsoft Corporation. Licensed under the MIT License.
name: Dependency Review
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/dependency-review-action@v4
with:
fail-on-severity: moderate
comment-summary-in-pr: always
deny-licenses: GPL-3.0, AGPL-3.0