Skip to content

Commit

Permalink
chore: getting the actions/dependency-review workflow to play well wi…
Browse files Browse the repository at this point in the history
…th merge queues
  • Loading branch information
jaybuidl committed Aug 22, 2023
1 parent 5734bd4 commit f0b1ea8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: 'Dependency Review'
uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab # v3.0.7
with:
base-ref: ${{ github.event.pull_request.base.sha || 'dev' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

0 comments on commit f0b1ea8

Please sign in to comment.