Skip to content

Commit db025de

Browse files
sthulbCopilot
andauthored
Update .github/workflows/security-dependencies-check.yml
Co-authored-by: Copilot <[email protected]>
1 parent c178f40 commit db025de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ 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.ref }}
40+
head-ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)