Skip to content

Bump org.springframework.boot:spring-boot-starter-test from 3.2.0 to 3.2.3 #15

Bump org.springframework.boot:spring-boot-starter-test from 3.2.0 to 3.2.3

Bump org.springframework.boot:spring-boot-starter-test from 3.2.0 to 3.2.3 #15

Workflow file for this run

name: Default build pipeline
on:
pull_request:
branches: [ "main", "master" ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch Tags
run: git fetch --unshallow --tags
- name: Set up JDK 21
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
- name: Build with Gradle
uses: gradle/gradle-build-action@87a9a15658c426a54dd469d4fc7dc1a73ca9d4a6 # v2.10.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
GPR_USERNAME: ${{ github.actor }}
GPR_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
arguments: build sonar