From 363740d2d001a52ed6fccc54ecbb2fd028610f5f Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 26 Oct 2023 10:52:34 +0200 Subject: [PATCH] chore(attach-artifact-release.yml): update liquibase/build-logic extension version from v0.4.8 to v0.5.5 chore(create-release.yml): update liquibase/build-logic extension version from v0.4.8 to v0.5.5 chore(release-published.yml): update liquibase/build-logic extension version from v0.4.8 to v0.5.5 chore(snyk-nightly.yml): remove snyk-nightly.yml workflow file chore(test.yml): update liquibase/build-logic extension version from v0.4.8 to v0.5.5 chore(pom.xml): add scm configuration for liquibase-nochangeloglock repository --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/snyk-nightly.yml | 14 -------------- .github/workflows/test.yml | 2 +- pom.xml | 7 +++++++ 6 files changed, 11 insertions(+), 18 deletions(-) delete mode 100644 .github/workflows/snyk-nightly.yml diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index ec9f2d2..5aebea2 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -8,5 +8,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.4.8 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.5 secrets: inherit diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3631498..9456ef0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,5 +11,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.4.8 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.5 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index f658130..628c4fb 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -11,5 +11,5 @@ permissions: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.4.8 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.5 secrets: inherit diff --git a/.github/workflows/snyk-nightly.yml b/.github/workflows/snyk-nightly.yml deleted file mode 100644 index 0aa2b76..0000000 --- a/.github/workflows/snyk-nightly.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Run Snyk nightly to scan and report security issues on staging. -name: Nightly Snyk Scan - -# Job will run nightly at 02:05 EDT / 01:05 CDT -# Time below is UTC -on: - schedule: - - cron: "5 6 * * *" - workflow_dispatch: - -jobs: - security-scan: - uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.4.8 - secrets: inherit \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54652fa..dc3da1d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,5 +14,5 @@ permissions: jobs: build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.4.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 secrets: inherit \ No newline at end of file diff --git a/pom.xml b/pom.xml index bff814f..e80ba28 100644 --- a/pom.xml +++ b/pom.xml @@ -22,4 +22,11 @@ 4.24.0 + + scm:git:${project.scm.url} + scm:git:${project.scm.url} + https://github.com/liquibase/liquibase-nochangeloglock.git + HEAD + +