Skip to content

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 #235

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1

Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 #235

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0 OR MIT
#
# SPDX-FileCopyrightText: Copyright 2021 Micron Technology, Inc.
name: checkoss
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions: {}
jobs:
checkoss:
runs-on: ubuntu-latest
steps:
- name: Checkout hse-java
uses: actions/checkout@v3
- name: checkoss
run: |
scripts/dev/checkoss.sh