We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d3b24 commit 329a11cCopy full SHA for 329a11c
1 file changed
.github/workflows/dependency-review.yml
@@ -13,5 +13,5 @@ jobs:
13
- name: 'Dependency Review'
14
uses: actions/dependency-review-action@v4.7.1
15
with:
16
- base-ref: ${{ github.event.pull_request.base.sha }}
+ base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
17
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments