Skip to content

chore(deps): bump actions/setup-java from 4.7.1 to 5.0.0 #365

chore(deps): bump actions/setup-java from 4.7.1 to 5.0.0

chore(deps): bump actions/setup-java from 4.7.1 to 5.0.0 #365

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
path: target/macos-notarization-service-*