Skip to content

Bindu |Fix Critical and High security vulnerabilities with the spring boot version #16

Bindu |Fix Critical and High security vulnerabilities with the spring boot version

Bindu |Fix Critical and High security vulnerabilities with the spring boot version #16

name: A workflow to validate PRs
on:
pull_request:
branches: [ Bahmni-IPD-master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '17'
- name: Build & Test
run: ./mvnw clean install