Skip to content

CodeQL Analysis

CodeQL Analysis #601

name: CodeQL Analysis
on:
schedule:
- cron: '0 8 * * 0' # https://crontab.guru/#0_8_*_*_0
workflow_dispatch:
jobs:
codeql:
name: CodeQL Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:java"