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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new b1837af Also run DR on push
b1837af is described below
commit b1837af46df1e0ccd3e6ad872eb459cf278c3ba2
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 23 09:28:20 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 0748cf0..ae11bd0 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/[email protected]
+ with:
+ base-ref: ${{ github.event.before }}
+ head-ref: ${{ github.sha }}