diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 0193138c..86d1bed0 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -8,7 +8,7 @@ on: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main with: nightly: true secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1651177c..b3f2c049 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,7 @@ on: jobs: codeql: - uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/codeql.yml@main secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b2a8482b..f49730c0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -8,5 +8,5 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/create-release.yml@main secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index b5cff712..26d8cbd9 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,7 +7,7 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main secrets: inherit with: nameSpace: mongodb diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92d1d511..2352f3c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: build-test: needs: authorize - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main secrets: inherit integration-tests: diff --git a/pom.xml b/pom.xml index 8eff17eb..dff86bbf 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 4.29.2 + 4.30.0 1.3.2 4.11.0 4.8.0