Skip to content

dependencies: bump com.nimbusds:oauth2-oidc-sdk from 11.20 to 11.20.1… #10

dependencies: bump com.nimbusds:oauth2-oidc-sdk from 11.20 to 11.20.1…

dependencies: bump com.nimbusds:oauth2-oidc-sdk from 11.20 to 11.20.1… #10

#
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Huawei Inc.
#
name: xpanse-license-check
# Run this workflow every time a new commit push to the repository
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
third-party-license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set Up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
- name: Check 3rd Party Licenses
run: mvn license-tool:license-check -Plicense-check