File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
# This Action will scan dependency manifest files that change as part of a Pull Request,
4
4
# surfacing known-vulnerable versions of the packages declared or updated in the PR.
5
- # Once installed, if the workflow run is marked as required,
5
+ # Once installed, if the workflow run is marked as required,
6
6
# PRs introducing known-vulnerable packages will be blocked from merging.
7
7
#
8
8
# Source repository: https://github.com/actions/dependency-review-action
9
9
name : ' Dependency Review'
10
- on :
10
+ on :
11
11
merge_group :
12
12
pull_request :
13
13
25
25
egress-policy : block
26
26
allowed-endpoints : >
27
27
api.github.com:443
28
+ api.deps.dev:443
28
29
github.com:443
29
30
pipelinesghubeus2.actions.githubusercontent.com:443
30
31
acghubeus1.actions.githubusercontent.com:443
You can’t perform that action at this time.
0 commit comments