Skip to content

Introduce the concept of "optional" triggers in the Inclusion Bot wordlist and support opting out of those notifications #277

Introduce the concept of "optional" triggers in the Inclusion Bot wordlist and support opting out of those notifications

Introduce the concept of "optional" triggers in the Inclusion Bot wordlist and support opting out of those notifications #277

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '28 7 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2