Skip to content

Commit 3d04110

Browse files
test
1 parent ff14351 commit 3d04110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql.yml

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

0 commit comments

Comments
 (0)