Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "CodeQL - Analyze (C++/CMake + Python)"
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "CodeQL - Analyze (C++, Python, Actions)"

on:
push:
Expand All @@ -19,12 +20,14 @@ env:

jobs:
codeql:
name: Analyze with CodeQL (C++, Python)
name: Analyze with CodeQL
runs-on: ubuntu-24.04
container:
image: ghcr.io/framework-r-d/phlex-ci:latest
strategy:
fail-fast: false
matrix: # Necessry to disable yaml-language-server warning
single-run: [ true ]
timeout-minutes: 120
steps:
- name: Checkout repository
Expand All @@ -41,6 +44,7 @@ jobs:
with:
languages: cpp, python, actions
config-file: phlex-src/.github/codeql/codeql-config.yml
source-root: phlex-src
build-mode: none

- name: Configure CMake
Expand Down
Loading