Skip to content

Commit 8665e7c

Browse files
test
1 parent a29cb5f commit 8665e7c

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,14 @@ on:
66
workflow_dispatch:
77

88
jobs:
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

0 commit comments

Comments
 (0)