Skip to content

Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0 #939

Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0

Bump com.google.errorprone:error_prone_core from 2.31.0 to 2.32.0 #939

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths:
- src/**
- pom.xml
- .github/workflows/*
pull_request:
branches:
- main
paths:
- src/**
- pom.xml
- .github/workflows/*
jobs:
test:
uses: making/workflows/.github/workflows/maven-unit-test.yaml@main
build-jvm-image:
needs: test
uses: making/workflows/.github/workflows/build-docker-image-maven-jvm.yaml@main
with:
image_file: image.yaml
build-native-image:
needs: test
uses: making/workflows/.github/workflows/build-docker-image-maven-native.yaml@main
with:
image_file: image_native.yaml
save-image-jvm:
needs: build-jvm-image
uses: making/workflows/.github/workflows/save-images.yaml@main
with:
image_file: image.yaml
save-image-native:
needs: build-native-image
uses: making/workflows/.github/workflows/save-images.yaml@main
with:
image_file: image_native.yaml