diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 5fb0f07..f98051e 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,5 +7,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.7 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.8 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 56d08d3..7d33060 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.7 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 with: nightly: true java: "[ 17, 21 ]" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a572238..41b264d 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.7 + uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.8 secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 6f1561f..8af90f3 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.7 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.8 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index e852712..885cce8 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.7 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.8 secrets: inherit diff --git a/.github/workflows/synk-nightly.yml b/.github/workflows/synk-nightly.yml index ea49676..9bca048 100644 --- a/.github/workflows/synk-nightly.yml +++ b/.github/workflows/synk-nightly.yml @@ -10,5 +10,5 @@ on: jobs: security-scan: - uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.7.7 + uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.7.8 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df8f3a0..aafedb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,12 +18,12 @@ jobs: build-test: needs: authorize - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.7 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 secrets: inherit with: java: "[ 17, 21 ]" dependabot: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.7 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.8 secrets: inherit