Skip to content

Bump github/codeql-action from 3 to 4 #91

Bump github/codeql-action from 3 to 4

Bump github/codeql-action from 3 to 4 #91

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 21
- name: Build with Maven
run: mvn -B package --file pom.xml