Skip to content

chore(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.11.0.3922 to 5.0.0.4389 #1

chore(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.11.0.3922 to 5.0.0.4389

chore(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.11.0.3922 to 5.0.0.4389 #1

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/os-extension-test.yml@main
secrets: inherit
with:
java: "[ 17, 21 ]"
dependabot:
needs: build-test
uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main
secrets: inherit