Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions .github/workflows/dry-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ 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
dry_run_version: "0.0.${{ github.run_number }}"

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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,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
Loading