Skip to content

Commit e7f1863

Browse files
datadog_test
1 parent 7dc5109 commit e7f1863

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
steps:
21-
- uses: hyperwallet/public-security-workflows/codeql@main
21+
- uses: hyperwallet/public-security-workflows/codeql@datadog
2222
with:
2323
language: java
2424
build-mode: 'none'
2525
timeout-minutes: 25
26+
secrets:
27+
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}
2628

0 commit comments

Comments
 (0)