From 1a92d1530c16d1d14eeb5f8b8c6b9e71e5c8d1ff Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Tue, 13 May 2025 17:05:11 +0200 Subject: [PATCH 1/2] Update dependency-review.yml Comment actions out, because the dependency-review-action is only available for private repos with a GitHub Advanced Security license. --- .github/workflows/dependency-review.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 9a8b350..0acb146 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,7 +11,8 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - name: 'Checkout repository' - uses: actions/checkout@v4 - - name: 'Dependency Review' - uses: actions/dependency-review-action@v4 +# - name: 'Checkout repository' +# uses: actions/checkout@v4 +# - name: 'Dependency Review' +# uses: actions/dependency-review-action@v4 + - run: echo "Empty action, because the dependency-review-action is only available for private repos with a GitHub Advanced Security license." From f1b3b9e7b38e26849aa3a47f2f23f171e5919526 Mon Sep 17 00:00:00 2001 From: Tobias Grothe Date: Tue, 13 May 2025 17:06:44 +0200 Subject: [PATCH 2/2] Update .github/workflows/dependency-review.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/dependency-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0acb146..13df00d 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,6 +11,8 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: +# The following steps are commented out because the dependency-review-action +# is only available for private repositories with a GitHub Advanced Security license. # - name: 'Checkout repository' # uses: actions/checkout@v4 # - name: 'Dependency Review'