Skip to content

Commit

Permalink
feat(pipelines): fix dep review
Browse files Browse the repository at this point in the history
  • Loading branch information
aboissinot-coveo committed May 8, 2024
1 parent c20ebb1 commit f30f173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
public: true
distributed: true
base-ref: 'main'
head-ref: ${{ github.ref_name }}
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref_name }}

0 comments on commit f30f173

Please sign in to comment.