Skip to content

Bump org.liquibase:liquibase-parent-pom from 0.3.9 to 0.4.0 #82

Bump org.liquibase:liquibase-parent-pom from 0.3.9 to 0.4.0

Bump org.liquibase:liquibase-parent-pom from 0.3.9 to 0.4.0 #82

Workflow file for this run

name: Build and Test
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
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
build-test:
needs: authorize
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
dependabot:
needs: build-test
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit