Skip to content

Bump actions/checkout from 4.3.1 to 7.0.0 #9

Bump actions/checkout from 4.3.1 to 7.0.0

Bump actions/checkout from 4.3.1 to 7.0.0 #9

Workflow file for this run

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