From 0964203617ab8f390dc1e8d317ffff646b815099 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Fri, 13 Jun 2025 15:23:22 +0200 Subject: [PATCH] Update workflow references to use DAT-20199 version --- .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/dry-run-release.yml | 10 +++++----- .github/workflows/label-pr.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index b53220d..1667921 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -15,5 +15,5 @@ permissions: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@main + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@DAT-20199 secrets: inherit diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 0a0adc7..b4eb273 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -13,7 +13,7 @@ permissions: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@DAT-20199 with: nightly: true secrets: inherit diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c24e2fe..24f4297 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ permissions: jobs: codeql: - uses: liquibase/build-logic/.github/workflows/codeql.yml@main + uses: liquibase/build-logic/.github/workflows/codeql.yml@DAT-20199 secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 411a8bf..5a958ed 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,5 +16,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@main + uses: liquibase/build-logic/.github/workflows/create-release.yml@DAT-20199 secrets: inherit diff --git a/.github/workflows/dry-run-release.yml b/.github/workflows/dry-run-release.yml index 4845acb..9a29ccb 100644 --- a/.github/workflows/dry-run-release.yml +++ b/.github/workflows/dry-run-release.yml @@ -14,7 +14,7 @@ permissions: jobs: dry-run-attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@main + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@DAT-20199 secrets: inherit with: dry_run: true @@ -22,7 +22,7 @@ jobs: dry-run-get-draft-release: needs: dry-run-attach-artifact-to-release - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm outputs: dry_run_release_id: ${{ steps.get_draft_release_id.outputs.release_id }} steps: @@ -54,7 +54,7 @@ jobs: dry-run-release-published: needs: dry-run-get-draft-release - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-20199 secrets: inherit with: dry_run: true @@ -63,7 +63,7 @@ jobs: deployToMavenCentral: false cleanup: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm if: always() needs: [dry-run-get-draft-release, dry-run-release-published] permissions: @@ -104,7 +104,7 @@ jobs: notify: if: failure() - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm needs: [ dry-run-attach-artifact-to-release, diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index a73d55b..2253956 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -4,7 +4,7 @@ on: types: [opened, labeled, unlabeled, synchronize, reopened] jobs: label: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm permissions: issues: write pull-requests: write diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 6341c52..6c56410 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -13,5 +13,5 @@ permissions: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-20199 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93237c2..8527a0d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,16 +15,16 @@ permissions: jobs: authorize: environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }} - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - run: true build-test: needs: authorize - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@DAT-20199 secrets: inherit dependabot: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@DAT-20199 secrets: inherit