File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- name : " CodeQL - Analyze (C++/CMake + Python)"
1+ # yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2+ name : " CodeQL - Analyze (C++, Python, Actions)"
23
34on :
45 push :
1920
2021jobs :
2122 codeql :
22- name : Analyze with CodeQL (C++, Python)
23+ name : Analyze with CodeQL
2324 runs-on : ubuntu-24.04
2425 container :
2526 image : ghcr.io/framework-r-d/phlex-ci:latest
2627 strategy :
2728 fail-fast : false
29+ matrix : # Necessry to disable yaml-language-server warning
30+ single-run : [ true ]
2831 timeout-minutes : 120
2932 steps :
3033 - name : Checkout repository
4144 with :
4245 languages : cpp, python, actions
4346 config-file : phlex-src/.github/codeql/codeql-config.yml
47+ source-root : phlex-src
4448 build-mode : none
4549
4650 - name : Configure CMake
You can’t perform that action at this time.
0 commit comments