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