diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml index 0034f91..fed4a92 100644 --- a/.github/workflows/depsreview.yaml +++ b/.github/workflows/depsreview.yaml @@ -11,4 +11,4 @@ jobs: - uses: actions/checkout@v4 # v3 - uses: actions/dependency-review-action@v4 with: - allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC \ No newline at end of file + allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, ISC, LGPL-3.0 \ No newline at end of file