File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 22#
33# This Action will scan dependency manifest files that change as part of a Pull Request,
44# 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,
66# PRs introducing known-vulnerable packages will be blocked from merging.
77#
88# Source repository: https://github.com/actions/dependency-review-action
99name : ' Dependency Review'
10- on :
10+ on :
1111 merge_group :
1212 pull_request :
1313
2525 egress-policy : block
2626 allowed-endpoints : >
2727 api.github.com:443
28+ api.deps.dev:443
2829 github.com:443
2930 pipelinesghubeus2.actions.githubusercontent.com:443
3031 acghubeus1.actions.githubusercontent.com:443
You can’t perform that action at this time.
0 commit comments