From dd465df279c25de7d4b44cbaced19069fc80b33a Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Fri, 24 Nov 2023 11:04:43 +0100 Subject: [PATCH] Enabled commenting on PR --- .github/workflows/dependency-review.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index a1364af..305e067 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,8 +15,12 @@ permissions: jobs: dependency-review: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: 'Checkout Repository' uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: 'Dependency Review' uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3 + with: + comment-summary-in-pr: true