Skip to content

Implement interactive video player with checkpoint-based exercises for kids English learning platform #32

Implement interactive video player with checkpoint-based exercises for kids English learning platform

Implement interactive video player with checkpoint-based exercises for kids English learning platform #32

# The dependency review action scans pull requests for dependency changes, and will raise an error if any vulnerabilities or invalid licenses are being introduced, https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
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: moderate
# Use comma-separated names to pass list arguments:
deny-licenses: LGPL-2.0, BSD-2-Clause