Skip to content

fix(deps): update protobuf to v4.35.1 #2796

fix(deps): update protobuf to v4.35.1

fix(deps): update protobuf to v4.35.1 #2796

Workflow file for this run

---
name: Build
on: [pull_request]
permissions: {}
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
persist-credentials: false
- uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4.1.0
with:
version: v2026.6.10
sha256: 656131b5d995493c18b06c2135afda193f94a1848e0a4d1cb07a1161859d0c80
- name: Cache local Maven repository
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- name: Run the Maven verify phase
run: mise run ci