Skip to content

Commit 329a11c

Browse files
committed
Fixed
Signed-off-by: anisb <anish.b@here.com>
1 parent 80d3b24 commit 329a11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- name: 'Dependency Review'
1414
uses: actions/dependency-review-action@v4.7.1
1515
with:
16-
base-ref: ${{ github.event.pull_request.base.sha }}
16+
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
1717
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}

0 commit comments

Comments
 (0)