Skip to content

Bump spring-boot-v3 from 3.5.5 to 3.5.6 (#372) #849

Bump spring-boot-v3 from 3.5.5 to 3.5.6 (#372)

Bump spring-boot-v3 from 3.5.5 to 3.5.6 (#372) #849

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --info