Skip to content

Merge branch 'rc-v0.4.58' into s178-add-non-ssl-denies #3491

Merge branch 'rc-v0.4.58' into s178-add-non-ssl-denies

Merge branch 'rc-v0.4.58' into s178-add-non-ssl-denies #3491

Workflow file for this run

name: CI - Java
# CI for our project as a GitHub action
# see https://help.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
on:
push:
branches:
- '**' # should match all branches
jobs:
ci_java:
uses: ./.github/workflows/build-java.yaml
with:
java-version: '17' # 21 is LTS, so fair that this should be our default