Skip to content

Commit 5396444

Browse files
authored
Fix schema issue (#98)
* Rename workflow for consistency * Resolve minor issues in codeql-analysis.yaml - Fix path issues in codeql report - Resolve VSCode schema complaint
1 parent d650bc7 commit 5396444

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

34
on:
45
push:
@@ -19,12 +20,14 @@ env:
1920

2021
jobs:
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
@@ -41,6 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)