Skip to content

Update actions/checkout action to v4 #65

Update actions/checkout action to v4

Update actions/checkout action to v4 #65

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
- development
pull_request:
branches:
- main
jobs:
build-maven:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Set up JDK 1.8
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
with:
java-version: '8'
distribution: 'temurin'
- name: Build and Test
run: mvn --batch-mode package