Skip to content

Upgraded protobuf-java to 4.28.3 #3

Upgraded protobuf-java to 4.28.3

Upgraded protobuf-java to 4.28.3 #3

Workflow file for this run

name: Protobuf-3.25
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.protobuf-java.version=3.25.5 -Dbasepom.git-id.skip
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]