Skip to content

Commit

Permalink
ci: dependency-review needs refs for merge_queue (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert authored Jul 4, 2024
1 parent 3f1b183 commit 34a5126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
with:
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

0 comments on commit 34a5126

Please sign in to comment.