Skip to content

Bump the quarkus group with 2 updates #39

Bump the quarkus group with 2 updates

Bump the quarkus group with 2 updates #39

Workflow file for this run

name: Build pull request
on:
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Set up JDK 21
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 4.7.0
with:
distribution: temurin
java-version: 21
- name: Build
run: ./mvnw -B clean verify