File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed
Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9- analyze :
10- name : Code Scanning - CodeQL
11- runs-on : ubuntu-latest
12- timeout-minutes : 25
13- permissions :
14- security-events : write
15- packages : read
16- actions : read
17- contents : read
9+ codeql-java :
1810 strategy :
1911 fail-fast : false
20- steps :
21- - uses : hyperwallet/public-security-workflows/codeql@main
22- with :
23- language : java
24- build-mode : ' none '
25- timeout-minutes : 25
26-
12+ uses : hyperwallet/public-security-workflows/.github/workflows/codeql-java.yml@main
13+ with :
14+ language : java
15+ build-command : ' none '
16+ timeout-minutes : 25
17+ secrets :
18+ DATADOG_API_KEY : ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
Original file line number Diff line number Diff line change 1- name : CodeQL Dependency Review - SCA
1+ name : Dependency Review
22
33on :
4- pull_request :
54 push :
5+ branches : ['master']
6+
7+ pull_request :
8+ branches : [ master ]
69 workflow_dispatch :
710
811jobs :
912 dependency-review :
10- uses : hyperwallet/public-security-workflows/commit-status@main
13+ uses : hyperwallet/public-security-workflows/.github/workflows/dependency-review.yml@main
14+ secrets :
15+ DATADOG_API_KEY : ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
You can’t perform that action at this time.
0 commit comments