File tree Expand file tree Collapse file tree 1 file changed +8
-19
lines changed
Expand file tree Collapse file tree 1 file changed +8
-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/.github/workflows/codeql-java@datadog
22- with :
23- language : java
24- build-mode : ' none'
25- timeout-minutes : 25
26- secrets :
27- DATADOG_API_KEY : ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
28-
29-
12+ uses : hyperwallet/public-security-workflows/.github/workflows/codeql-java.yml@datadog
13+ with :
14+ language : java
15+ build-mode : ' none'
16+ timeout-minutes : 25
17+ secrets :
18+ DATADOG_API_KEY : ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
3019
You can’t perform that action at this time.
0 commit comments