From ab437d2905185d98158653b8c37640cc2502cb28 Mon Sep 17 00:00:00 2001 From: Kenearos <86194771+Kenearos@users.noreply.github.com> Date: Fri, 2 Jan 2026 21:37:32 +0100 Subject: [PATCH] Delete Dependency Review workflow Removed the Dependency Review workflow configuration. --- .github/workflows/dependency-review.yml | 27 ++++++------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d3e38fc..cd76fcd 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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