From 67917d6f49ce921f5df6515dfe4a5bf6939e1f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:41:07 +0000 Subject: [PATCH] build(deps): bump liquibase/build-logic from 0.7.6 to 0.7.7 Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/liquibase/build-logic/releases) - [Changelog](https://github.com/liquibase/build-logic/blob/main/doc/os-extension-automated-release.md) - [Commits](https://github.com/liquibase/build-logic/compare/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: liquibase/build-logic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/synk-nightly.yml | 2 +- .github/workflows/test.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 9054578..5fb0f07 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.6 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.7 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index e077380..56d08d3 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.6 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.7 with: nightly: true java: "[ 17, 21 ]" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5c47b24..eec9fb7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ on: jobs: codeql: - uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.6 + uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.7 secrets: inherit with: languages: '["java"]' \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 77ecc41..6f1561f 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.6 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.7 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index c263b21..e852712 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.6 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.7 secrets: inherit diff --git a/.github/workflows/synk-nightly.yml b/.github/workflows/synk-nightly.yml index 85977d3..ea49676 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.6 + uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.7.7 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b56f574..c46c9f3 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.6 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.7 secrets: inherit with: java: "[ 17, 21 ]" dependabot: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.6 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.7 secrets: inherit