Skip to content

test6

test6 #29

Workflow file for this run

name: CodeQL (Java) - SAST

Check failure on line 1 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

(Line: 17, Col: 24): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.DATADOG_PAYPAL_QA_TOKEN
on:
pull_request:
push:
workflow_dispatch:
jobs:
codeql-java:
strategy:
fail-fast: false
uses: hyperwallet/public-security-workflows/.github/workflows/codeql-java.yml@datadog
with:
language: java
build-command: 'none'
timeout-minutes: 25
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}