Skip to content

Bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2 #792

Bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2

Bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2 #792

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- 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
env:
PROTO_GENERATION: true
REQUIRE_PROTO_UP_TO_DATE: true
run: mise run ci