Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/czishrink/SystemIOAbstracti…
Browse files Browse the repository at this point in the history
…onsVersion-19.2.87
  • Loading branch information
m-ringler authored Nov 23, 2023
2 parents 0d3c0de + f5e48cf commit 4ec04af
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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@v3
with:
# Add more licenses as required. Do not add copy-left licenses or licenses incompatible with MIT (for czicompress) and GPL-3.0-or-later (for czishrink)
allow-licenses: MIT, MIT-0, Apache-2.0, BSD-2-Clause, BSD-3-Clause

0 comments on commit 4ec04af

Please sign in to comment.