From 039e5983cf752fbe40d85d7d2a5e9d22ce47d257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:06:40 +0000 Subject: [PATCH] Bump liquibase/build-logic from 0.4.5 to 0.4.7 Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.4.5 to 0.4.7. - [Release notes](https://github.com/liquibase/build-logic/releases) - [Commits](https://github.com/liquibase/build-logic/compare/v0.4.5...v0.4.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/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/snyk-nightly.yml | 2 +- .github/workflows/test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 929eeeed..bac8a58b 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,6 +7,6 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.4.5 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.4.7 secrets: inherit diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 08329b11..c8baaaad 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.4.5 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.4.7 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 291514a2..f6cb745c 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.4.5 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.4.7 secrets: inherit deploy_xsd: diff --git a/.github/workflows/snyk-nightly.yml b/.github/workflows/snyk-nightly.yml index 34c9ee2b..b02fb774 100644 --- a/.github/workflows/snyk-nightly.yml +++ b/.github/workflows/snyk-nightly.yml @@ -10,5 +10,5 @@ on: jobs: security-scan: - uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.4.5 + uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.4.7 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a95ae994..d35284ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.4.5 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.4.7 secrets: inherit integration-test: