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 7d73695 commit 0bb8c01Copy full SHA for 0bb8c01
.github/workflows/test.yml
@@ -102,6 +102,10 @@ jobs:
102
with:
103
# Possible values: "critical", "high", "moderate", "low"
104
fail-on-severity: critical
105
+
106
+ # Address https://github.com/actions/dependency-review-action/issues/456
107
+ base-ref: ${{ github.event.pull_request.base.sha || github.event.repository.default_branch }}
108
+ head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
109
publish:
110
name: Publish to NPM (dry run)
111
runs-on: ubuntu-latest
0 commit comments