Skip to content

Commit

Permalink
Also run DR on push
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 23, 2024
1 parent dbca611 commit b1837af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

name: 'Dependency Review'
on: [pull_request]
on: [push, pull_request]

permissions:
contents: read
Expand All @@ -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 }}

0 comments on commit b1837af

Please sign in to comment.