Skip to content

Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.5.0 #989

Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.5.0

Update dependency org.apache.maven.plugins:maven-clean-plugin to v3.5.0 #989

Workflow file for this run

---
name: Build
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3
env:
MISE_ENABLE_TOOLS: java,protoc
- name: Cache local Maven repository
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run the Maven verify phase
run: mise run ci