Skip to content

fix(deps): update dependency org.springframework.security:spring-security-test to v6.4.3 #186

fix(deps): update dependency org.springframework.security:spring-security-test to v6.4.3

fix(deps): update dependency org.springframework.security:spring-security-test to v6.4.3 #186

name: "Build & Test project: kotlin-webmvc-spring-boot-3"
on:
push:
branches: [ "main" ]
paths:
- 'kotlin-webmvc-spring-boot-3/**'
- '!**/README*.md'
pull_request:
branches: [ "main" ]
paths:
- 'kotlin-webmvc-spring-boot-3/**'
- '!**/README*.md'
permissions:
contents: read
jobs:
build:
env:
project_dir: kotlin-webmvc-spring-boot-3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v3
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build
build-root-directory: ${{ env.project_dir }}