Skip to content

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

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… #56

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
os: '["ubuntu-latest"]'
java: "[11, 17, 18]"
dependabot-automerge:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit