Skip to content

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 #6266

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1

chore(deps): Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.0 to 3.4.1 #6266

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
on:
push:
branches:
- master
pull_request:
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
license-check:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.adoptopenjdk.net:443
github.com:443
objects.githubusercontent.com:443
repo.maven.apache.org:443
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Setup Java 11
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
java-version: '11'
distribution: 'adopt'
- name: Check License Headers
run: mvn -N license:check