File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed
Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -2,36 +2,8 @@ name: Dependency Review
22
33on :
44 pull_request :
5- branches :
6- - master
7- - support/SDK-V3
8- - feature/**
9- - bugfix/**
10- - dependabot/**
11- - feature/security-workflows
12- # will skip CodeQL for changes in the following paths (docs, tests, etc)
135 push :
14- branches :
15- - master
16- - support/SDK-V3
17- - feature/**
18- - bugfix/**
19- - dependabot/**
20- - feature/security-workflows
21- workflow_dispatch :
226
237jobs :
24- analyze :
25- name : DepReview - CodeQL
26- runs-on : ubuntu-latest
27- timeout-minutes : 25
28- permissions :
29- security-events : write
30- packages : read
31- actions : read
32- contents : read
33- strategy :
34- fail-fast : false
35- steps :
36- - uses : hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
37-
8+ dependency-review :
9+ uses : hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
You can’t perform that action at this time.
0 commit comments