Skip to content

Bump com.google.cloud:libraries-bom from 26.48.0 to 26.49.0 #387

Bump com.google.cloud:libraries-bom from 26.48.0 to 26.49.0

Bump com.google.cloud:libraries-bom from 26.48.0 to 26.49.0 #387

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: write
pull-requests: write
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
with:
os: '["ubuntu-latest"]'
java: "[11, 17, 21]"