Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

maven: bump the minor group across 1 directory with 16 updates #204

maven: bump the minor group across 1 directory with 16 updates

maven: bump the minor group across 1 directory with 16 updates #204

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '20'
distribution: 'zulu'
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2