Skip to content

chore(codeql.yml): update codeql.yml to use version v0.6.1 of liquiba… #4

chore(codeql.yml): update codeql.yml to use version v0.6.1 of liquiba…

chore(codeql.yml): update codeql.yml to use version v0.6.1 of liquiba… #4

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"]'
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar

Check failure on line 19 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: 19, Col: 21): Invalid input, extraCommand is not defined in the referenced workflow.