Skip to content

[Snyk] Security upgrade postgres from 15.2 to 15.3 #604

[Snyk] Security upgrade postgres from 15.2 to 15.3

[Snyk] Security upgrade postgres from 15.2 to 15.3 #604

name: PR vma-archiver
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report