Skip to content

Update actions/checkout digest to 11bd719 #52

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #52

Workflow file for this run

name: Build (on pull requests)
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml