diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..387d74d --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,17 @@ +name: "CodeQL" + +on: + push: + branches: [ "mainline" ] + pull_request: + branches: [ "mainline" ] + schedule: + - cron: '0 8 * * MON' + +jobs: + Analysis: + name: Analysis + uses: ./.github/workflows/reusable_codeql.yml + permissions: + security-events: write +