This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 009a9a2a Also run DR on push
009a9a2a is described below

commit 009a9a2ab7b3acaa91da6a6a5daafae7b311e460
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Sep 23 09:26:29 2024 -0400

    Also run DR on push
---
 .github/workflows/dependency-review.yml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/dependency-review.yml 
b/.github/workflows/dependency-review.yml
index 0748cf09..ae11bd03 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -16,7 +16,7 @@
 # under the License.
 
 name: 'Dependency Review'
-on: [pull_request]
+on: [push, pull_request]
 
 permissions:
   contents: read
@@ -27,5 +27,8 @@ jobs:
     steps:
       - name: 'Checkout Repository'
         uses: actions/checkout@v4
-      - name: 'Dependency Review'
-        uses: actions/dependency-review-action@v4
+      - name: 'Dependency Review PR'
+        uses: actions/dependency-review-action@v4.3.4
+        with:
+          base-ref: ${{ github.event.before }}
+          head-ref: ${{ github.sha }}

Reply via email to