feat: Add Plugin Sync support to Houdini 21.0 conda recipe (#250) #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| permissions: | |
| security-events: write |