Skip to content

Commit

Permalink
chore(codeql.yml): update codeql.yml to use version v0.6.1 of liquiba…
Browse files Browse the repository at this point in the history
…se/build-logic (#236)

feat(codeql.yml): add extraCommand to install GoogleBigQueryJDBC42.jar as a Maven dependency
  • Loading branch information
Alejandro Alvarez authored Jan 16, 2024
1 parent 084cc8e commit d46a628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:

jobs:
codeql:
uses: liquibase/build-logic/.github/workflows/[email protected].0
uses: liquibase/build-logic/.github/workflows/[email protected].1
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

0 comments on commit d46a628

Please sign in to comment.