Skip to content

.github/workflows/codeql.yml #82

.github/workflows/codeql.yml

.github/workflows/codeql.yml #82

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "Java CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '22 20 * * 3'
jobs:
java-codeql:
uses: hjannasch/workflows-java/.github/workflows/java-maven-codeql.yml@main
with:
working-directory: '.'
permissions:
actions: read
contents: read
security-events: write