Skip to content

chore(deps): bump quarkus.platform.version from 3.17.4 to 3.17.5 #142

chore(deps): bump quarkus.platform.version from 3.17.4 to 3.17.5

chore(deps): bump quarkus.platform.version from 3.17.4 to 3.17.5 #142

Workflow file for this run

name: CI build
concurrency:
group: ci-${{ github.run_id }}
cancel-in-progress: true
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled
- unlabeled
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- run: ./mvnw -Pjar verify