Skip to content

Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-dependencies group #145

Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-dependencies group

Bump actions/setup-java from 4.2.1 to 4.2.2 in the github-dependencies group #145

Workflow file for this run

name: Axon Bill Of Materials
on:
pull_request:
jobs:
build:
name: Test and Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 8
cache: "maven"
server-id: sonatype
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build
run: |
./mvnw -B -U verify -DskipTests=true