We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db025de commit 401ca5cCopy full SHA for 401ca5c
.github/workflows/security-dependencies-check.yml
@@ -37,4 +37,5 @@ jobs:
37
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
38
with:
39
config-file: './.github/dependency-review-config.yml'
40
- head-ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
+ 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