Skip to content

Bump software.amazon.awssdk:licensemanager from 2.27.12 to 2.28.22 #130

Bump software.amazon.awssdk:licensemanager from 2.27.12 to 2.28.22

Bump software.amazon.awssdk:licensemanager from 2.27.12 to 2.28.22 #130

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
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/pro-extension-test.yml@main
secrets: inherit