Skip to content

Commit

Permalink
Merge pull request #221 from liquibase/DAT-16285
Browse files Browse the repository at this point in the history
DAT-16285



  DevOps :: Check dependabot action for all extensions
  • Loading branch information
Alejandro Alvarez authored Nov 20, 2023
2 parents ffe72ea + 948915f commit d4df068
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
17 changes: 9 additions & 8 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ name: "Nightly build"
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 1-5'
- cron: "0 7 * * 1-5"

jobs:
nightly-build:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
os: '["ubuntu-latest"]'
secrets: inherit
nightly-build:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
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, 21]"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create-release:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].7
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/GoogleBigQueryJDBC42.jar -DgroupId=com.simba.googlebigquery.jdbc -DartifactId=GoogleBigQueryJDBC42 -Dversion=4.2 -Dpackaging=jar
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ on:

jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].7
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"]'
os: '["ubuntu-latest"]'
java: "[11, 17, 18]"

dependabot-automerge:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit

0 comments on commit d4df068

Please sign in to comment.