Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #210

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #210

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