T9010: Update Linux Kernel to 6.18.36 and re-fresh Intel OOT driver versions #1534
Workflow file for this run
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: "Perform CodeQL Analysis" | |
| on: | |
| push: | |
| branches: | |
| - rolling | |
| - circinus | |
| - sagitta | |
| paths: | |
| - '**' | |
| - '!.github/**' | |
| - '!**/*.md' | |
| pull_request: | |
| # The branches below must be a subset of the branches above | |
| branches: | |
| - rolling | |
| - circinus | |
| - sagitta | |
| paths: | |
| - '**' | |
| - '!.github/**' | |
| - '!**/*.md' | |
| schedule: | |
| - cron: '22 10 * * 0' | |
| permissions: | |
| actions: read | |
| contents: read | |
| security-events: write | |
| jobs: | |
| codeql-analysis-call: | |
| uses: vyos/.github/.github/workflows/codeql-analysis.yml@production | |
| secrets: inherit | |
| with: | |
| languages: "['python']" |