Bump org.sonarsource.scanner.maven:sonar-maven-plugin #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
jobs: | ||
#delete this block if the repository you are creating is a PRO extension | ||
build-test: | ||
uses: liquibase/build-logic/.github/workflows/[email protected] | ||
secrets: inherit | ||
#delete this block if the repository you are creating is a CORE extension | ||
build-test: | ||
uses: liquibase/build-logic/.github/workflows/[email protected] | ||
secrets: inherit |