Skip to content

Bump spring.boot.version from 3.4.1 to 3.4.2 (#1759) #863

Bump spring.boot.version from 3.4.1 to 3.4.2 (#1759)

Bump spring.boot.version from 3.4.1 to 3.4.2 (#1759) #863

Workflow file for this run

name: Main Push
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build