Skip to content

Bump the codeql group with 3 updates #435

Bump the codeql group with 3 updates

Bump the codeql group with 3 updates #435

Workflow file for this run

name: Run checkstyle
# Checkstyle 13+ requires Java 21+.
on: [push, pull_request]
permissions: {}
jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: true
persist-credentials: false
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: zulu
java-version: 24
- run: mvn checkstyle:check -B