Skip to content

Update github/codeql-action digest to 74483a3 (2.1.x) #481

Update github/codeql-action digest to 74483a3 (2.1.x)

Update github/codeql-action digest to 74483a3 (2.1.x) #481

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- 2.1.x
push:
branches:
- 2.1.x
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
java_version: [11]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Set up JDK
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
with:
distribution: "zulu"
java-version: ${{ matrix.java_version }}
- name: Build with Maven
run: ./mvnw -B -V -ntp -ff -s .github/settings.xml -Dmaven.javadoc.skip=true install