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 681a567 commit ae1f229Copy full SHA for ae1f229
.github/workflows/dependency-review.yml
@@ -18,8 +18,8 @@ jobs:
18
fail-on-scopes: unknown, runtime, development
19
#
20
# Possible values: Any available git ref
21
- base-ref: ${{ github.event.pull_request.base.ref || github.event.workflow_dispatch.ref }}
22
- head-ref: ${{ github.event.pull_request.head.ref || github.event.workflow_dispatch.ref }}
+ base-ref: ${{ github.event.pull_request.base.ref || github.ref }}
+ head-ref: ${{ github.event.pull_request.head.ref || github.ref }}
23
24
# You can only include one of these two options: `allow-licenses` and `deny-licenses`. These options are not supported on Enterprise Server.
25
0 commit comments