Skip to content

test

test #26

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: 26, Col: 9): Unexpected value 'secrets'
on:
pull_request:
push:
workflow_dispatch:
jobs:
analyze:
name: Code Scanning - CodeQL
runs-on: ubuntu-latest
timeout-minutes: 25
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
steps:
- uses: hyperwallet/public-security-workflows/.github/workflows/codeql-java@datadog
with:
language: java
build-mode: 'none'
timeout-minutes: 25
secrets:
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}