Delete Dependency Review workflow

Removed the Dependency Review workflow configuration.
This commit is contained in:
Kenearos 2026-01-02 21:37:32 +01:00 committed by GitHub
parent 83b8d3ee4a
commit ab437d2905
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,21 +1,6 @@
name: Dependency Review
on:
pull_request:
branches: [ main, master ]
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:
fail-on-severity: moderate
deny-licenses: GPL-3.0, AGPL-3.0
# .github/workflows/dependency-review.yml
# - name: Dependency Review
# uses: actions/dependency-review-action@v3
# with:
# fail-on-severity: moderate
# deny-licenses: GPL-3.0, AGPL-3.0