Skip to content

Bump actions/setup-java from 5.6.0 to 5.7.0 #14

Bump actions/setup-java from 5.6.0 to 5.7.0

Bump actions/setup-java from 5.6.0 to 5.7.0 #14

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- name: Set up JDK 17
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build and test with Maven
run: mvn -B verify --file pom.xml