Skip to content

build(deps): bump quarkus.version from 3.13.2 to 3.14.1 #337

build(deps): bump quarkus.version from 3.13.2 to 3.14.1

build(deps): bump quarkus.version from 3.13.2 to 3.14.1 #337

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'
- 'fix/[0-9]+.[0-9]+.x'
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
java:
uses: onecx/ci-java-lib/.github/workflows/build.yml@v1
secrets: inherit