We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{base,head}-ref
1 parent 7a33f48 commit 1a0f168Copy full SHA for 1a0f168
.github/workflows/lint.yml
@@ -85,3 +85,6 @@ jobs:
85
uses: actions/dependency-review-action@v4
86
with:
87
comment-summary-in-pr: on-failure
88
+ # https://github.com/actions/dependency-review-action/issues/430#issuecomment-1468975566
89
+ base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
90
+ head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments