Skip to content

Bump github/codeql-action from 4 to 4.37.4 #396

Bump github/codeql-action from 4 to 4.37.4

Bump github/codeql-action from 4 to 4.37.4 #396

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]
fail-fast: false
steps:
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5
with:
distribution: 'adopt'
java-version: 25
- name: Build with Maven
run: mvn -B package verify --file pom.xml