Skip to content

ci(deps): update github actions #775

ci(deps): update github actions

ci(deps): update github actions #775

---
name: Build Maven PR
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up JDK 11
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Maven Package
run: ./mvnw -B package --file pom.xml