Skip to content

Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 in the maven group #103

Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 in the maven group

Bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 in the maven group #103

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: 'true'