Scheduled CodeQL #179
This file contains 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: Scheduled CodeQL | |
on: | |
schedule: | |
- cron: "0 4 * * *" | |
jobs: | |
codeql: | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
with: | |
ref: "main" | |
- name: Initialize CodeQL With Dependencies | |
uses: github/codeql-action/init@v2 | |
- name: Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@v2 |