Skip to content

ci : Remove non working OpenShift 3.11.0 test jobs from Smoke testing pipeline #831

ci : Remove non working OpenShift 3.11.0 test jobs from Smoke testing pipeline

ci : Remove non working OpenShift 3.11.0 test jobs from Smoke testing pipeline #831

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@398bb08048482c421b1da00a58a1b472a306eb85
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
repo1.maven.org:443
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup Java 11
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
with:
java-version: '11'
distribution: 'temurin'
- name: mvn license:check
run: mvn -N license:check