Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 (#453) #493

Bump actions/checkout from 4.2.0 to 4.2.1 (#453)

Bump actions/checkout from 4.2.0 to 4.2.1 (#453) #493

name: Archive plugin artifact
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and archive
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Dmaven.test.skip=true -Dspotbugs.skip=true --batch-mode --show-version clean install
- name: Archive
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
path: target/tuleap-oauth.hpi