Skip to content

Update dependency org.springframework:spring-web to v6 [SECURITY] #79

Update dependency org.springframework:spring-web to v6 [SECURITY]

Update dependency org.springframework:spring-web to v6 [SECURITY] #79

name: CAS-oppija
on:
push:
branches: [ master ]
pull_request:
permissions:
id-token: write
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'corretto'
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@8be796e9fabbf26029c310405208e8af4aa51652
- name: Build
working-directory: ./cas-oppija
run: ./gradlew clean build -Dbranch=$GITHUB_REF_NAME -Drevision=$GITHUB_SHA -DbuildNumber=$GITHUB_RUN_NUMBER/$GITHUB_RUN_ATTEMPT