Skip to content

feat: Update CI configs and project target frameworks #515

feat: Update CI configs and project target frameworks

feat: Update CI configs and project target frameworks #515

# 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: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '37 18 * * 3'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
uses: JaCraig/Centralized-Workflows/.github/workflows/codeql.yml@main