Skip to content

test

test #28

Workflow file for this run

name: CodeQL (Java) - SAST
on:
pull_request:
push:
workflow_dispatch:
jobs:
codeql-java:
strategy:
fail-fast: false
uses: hyperwallet/public-security-workflows/.github/workflows/codeql-java.yml@datadog

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

View workflow run for this annotation

GitHub Actions / CodeQL (Java) - SAST

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 12, Col: 11): Input build-mode is required, but not provided while calling.
with:
language: java
build-command: 'none'
timeout-minutes: 25
secrets:
DATADOG_API_KEY: ${{ secrets.DATADOG_PAYPAL_QA_TOKEN }}