Skip to content

build(deps): bump org.apache.activemq:activemq-client from 5.15.9 to 5.15.16 in /mule-linter-core/src/test/resources/SampleMuleApp #334

build(deps): bump org.apache.activemq:activemq-client from 5.15.9 to 5.15.16 in /mule-linter-core/src/test/resources/SampleMuleApp

build(deps): bump org.apache.activemq:activemq-client from 5.15.9 to 5.15.16 in /mule-linter-core/src/test/resources/SampleMuleApp #334

Workflow file for this run

name: Build and Release
on:
push:
branches:
- 'main'
- 'chore/**'
- 'feat/**'
pull_request:
branches:
- 'main'
jobs:
Build:
uses: avioconsulting/shared-workflows/.github/workflows/gradle-build.yml@main
secrets: inherit
with:
version-project: 'mule-linter-core'
include-test-results: false
Release:
needs: Build
uses: avioconsulting/shared-workflows/.github/workflows/gradle-release.yml@main
secrets: inherit
with:
app-version: ${{ needs.Build.outputs.app-version }}
Post-Release:
needs: [Build, Release]
uses: avioconsulting/shared-workflows/.github/workflows/maven-post-release.yml@main
secrets: inherit
with:
app-version: ${{ needs.Build.outputs.app-version }}