diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 0887bdc..64215f0 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -9,6 +9,6 @@ on: - main jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.0 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.1 secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index bb18e80..5473889 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.0 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.1 with: nightly: true extraMavenArgs: -Dtest="RedshiftDatabaseTest" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4135bcc..4b01041 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.0 + uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.1 secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ac9281d..fbb1077 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,6 +7,6 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.0 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.1 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 9e2a215..abc5a79 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,5 +7,5 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.0 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.1 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 382c023..1f5e34c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,12 +10,12 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.0 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.1 secrets: inherit with: extraMavenArgs: -Dtest="RedshiftDatabaseTest" dependabot-automerge: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.0 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.1 secrets: inherit \ No newline at end of file