Skip to content

Commit 8ad866e

Browse files
committed
Fix path issues in codeql report
1 parent ea5b1f3 commit 8ad866e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL - Analyze (C++/CMake + Python)"
1+
name: "CodeQL - Analyze (C++, Python, Actions)"
22

33
on:
44
push:
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
codeql:
22-
name: Analyze with CodeQL (C++, Python)
22+
name: Analyze with CodeQL
2323
runs-on: ubuntu-24.04
2424
container:
2525
image: ghcr.io/framework-r-d/phlex-ci:latest
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
languages: cpp, python, actions
4343
config-file: phlex-src/.github/codeql/codeql-config.yml
44+
source-root: phlex-src
4445
build-mode: none
4546

4647
- name: Configure CMake

0 commit comments

Comments
 (0)