Skip to content

Bump the maven group across 1 directory with 3 updates #2346

Bump the maven group across 1 directory with 3 updates

Bump the maven group across 1 directory with 3 updates #2346

name: VSA Pull Request
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install jacoco:prepare-agent package jacoco:report
- name: Version statuses
run: make version-status