Skip to content

build(deps): Bump codecov/codecov-action from 5.1.0 to 5.1.2 #555

build(deps): Bump codecov/codecov-action from 5.1.0 to 5.1.2

build(deps): Bump codecov/codecov-action from 5.1.0 to 5.1.2 #555

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
path: target/tuleap-git-branch-source.hpi