From fba4949a0457e9a2a795bfa77e96f1d81837c8b2 Mon Sep 17 00:00:00 2001 From: filipe Date: Thu, 31 Oct 2024 10:23:00 -0300 Subject: [PATCH] chore: point build-logic to main --- .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/test.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index ed87f23..a022b9a 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -11,5 +11,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@main secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index a5146cc..dcbb55f 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.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main with: nightly: true secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1651177..b3f2c04 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.8 + uses: liquibase/build-logic/.github/workflows/codeql.yml@main secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b2a8482..f49730c 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.8 + uses: liquibase/build-logic/.github/workflows/create-release.yml@main secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 885cce8..353b83d 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.8 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3029691..6cc6522 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,10 @@ jobs: build-test: needs: authorize - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main secrets: inherit dependabot: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main secrets: inherit