Skip to content

chore(deps): bump spring-boot.version from 2.7.5 to 3.1.2 #698

chore(deps): bump spring-boot.version from 2.7.5 to 3.1.2

chore(deps): bump spring-boot.version from 2.7.5 to 3.1.2 #698

Workflow file for this run

#
# Copyright (c) 2019 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at:
#
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#
name: License Check
on:
pull_request:
permissions:
contents: read
jobs:
license:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@97689868c8aca5a4bcd16ab96bbda25a0efb734b
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
repo1.maven.org:443
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Setup Java 11
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2
with:
java-version: '11'
distribution: 'temurin'
- name: mvn license:check
run: mvn -N license:check