Skip to content

deps: bump the github-actions-dependencies group with 5 updates #36

deps: bump the github-actions-dependencies group with 5 updates

deps: bump the github-actions-dependencies group with 5 updates #36

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up JDK 17
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw clean verify