Skip to content

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 in the maven-build-plugins group #495

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 in the maven-build-plugins group

Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 in the maven-build-plugins group #495

name: "CodeQL"
on:
push:
branches: [develop, main]
pull_request:
branches: [develop]
schedule:
- cron: '0 6 * * 0'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
show-progress: false
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
with:
java-version: 25
distribution: 'temurin'
cache: 'maven'
- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
with:
languages: java
- name: Build and Test
run: ./mvnw -B install -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11