We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085a711 commit f5b8566Copy full SHA for f5b8566
1 file changed
.github/workflows/dependency-review.yml
@@ -16,7 +16,7 @@
16
# under the License.
17
18
name: 'Dependency Review'
19
-on: [pull_request]
+on: [push, pull_request]
20
21
permissions:
22
contents: read
@@ -27,5 +27,8 @@ jobs:
27
steps:
28
- name: 'Checkout Repository'
29
uses: actions/checkout@v4
30
- - name: 'Dependency Review'
31
- uses: actions/dependency-review-action@v4
+ - name: 'Dependency Review PR'
+ uses: actions/dependency-review-action@v4.3.4
32
+ with:
33
+ base-ref: ${{ github.event.before }}
34
+ head-ref: ${{ github.sha }}
0 commit comments