We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5b1f3 commit 8ad866eCopy full SHA for 8ad866e
.github/workflows/codeql-analysis.yaml
@@ -1,4 +1,4 @@
1
-name: "CodeQL - Analyze (C++/CMake + Python)"
+name: "CodeQL - Analyze (C++, Python, Actions)"
2
3
on:
4
push:
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
codeql:
22
- name: Analyze with CodeQL (C++, Python)
+ name: Analyze with CodeQL
23
runs-on: ubuntu-24.04
24
container:
25
image: ghcr.io/framework-r-d/phlex-ci:latest
@@ -41,6 +41,7 @@ jobs:
41
with:
42
languages: cpp, python, actions
43
config-file: phlex-src/.github/codeql/codeql-config.yml
44
+ source-root: phlex-src
45
build-mode: none
46
47
- name: Configure CMake
0 commit comments