Skip to content

chore(deps): bump org.liquibase:liquibase-parent-pom from 0.5.0 to 0.5.3 #369

chore(deps): bump org.liquibase:liquibase-parent-pom from 0.5.0 to 0.5.3

chore(deps): bump org.liquibase:liquibase-parent-pom from 0.5.0 to 0.5.3 #369

Workflow file for this run

name: Liquibase Test Harness
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
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
steps:
- run: true
liquibase-test-harness:
needs: authorize
uses: liquibase/build-logic/.github/workflows/lth-docker.yml@main
secrets: inherit
dependabot:
needs: liquibase-test-harness
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
secrets: inherit