Skip to content

chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 #139

chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1

chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 #139

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
env:
JAVA_VERSION: '17'
JAVA_DISTRO: 'temurin'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRO }}
cache: maven
- name: Build and verify
run: ./mvnw -ntp clean verify
- name: Upload artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
path: target/macos-notarization-service-*