We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff14351 commit 3d04110Copy full SHA for 3d04110
.github/workflows/codeql.yml
@@ -18,10 +18,11 @@ jobs:
18
strategy:
19
fail-fast: false
20
steps:
21
- - uses: hyperwallet/public-security-workflows/codeql@datadog
+ - 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
0 commit comments