Skip to content

Delete .github/workflows/snyk-nightly.yml #3

Delete .github/workflows/snyk-nightly.yml

Delete .github/workflows/snyk-nightly.yml #3

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '16 14 * * 4'
jobs:
codeql:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
languages: '[java]'

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

View workflow run for this annotation

GitHub Actions / CodeQL

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 18, Col: 18): Invalid input, languages is not defined in the referenced workflow.