Skip to content

Bump jws from 3.2.2 to 3.2.3 in /app (#576) #1561

Bump jws from 3.2.2 to 3.2.3 in /app (#576)

Bump jws from 3.2.2 to 3.2.3 in /app (#576) #1561

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches:
- main
- postgres
pull_request:
branches:
- main
- postgres
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'sapmachine'
- name: Build with Maven
run: mvn -ntp -B clean install