Skip to content

chore(deps): bump software.amazon.awssdk:bom from 2.27.11 to 2.31.70 #537

chore(deps): bump software.amazon.awssdk:bom from 2.27.11 to 2.31.70

chore(deps): bump software.amazon.awssdk:bom from 2.27.11 to 2.31.70 #537

Workflow file for this run

name: Build and Test
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
permissions:
contents: write
pull-requests: write
packages: read
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/os-extension-test.yml@main
secrets: inherit
dependabot:
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
secrets: inherit