Skip to content

Protobuff upgrade to fix security issue. #18

Protobuff upgrade to fix security issue.

Protobuff upgrade to fix security issue. #18

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'maven'
- name: Run tests
run: mvn compile test