Skip to content

Commit 401ca5c

Browse files
committed
set base ref
1 parent db025de commit 401ca5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/security-dependencies-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
3838
with:
3939
config-file: './.github/dependency-review-config.yml'
40-
head-ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
40+
head-ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
41+
base-ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref_name }}

0 commit comments

Comments
 (0)