We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd286bd commit 80d3b24Copy full SHA for 80d3b24
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 || 'origin/master' }}
+ base-ref: ${{ github.event.pull_request.base.sha }}
17
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments