fix: use URL base path (#8078)

* fix: use URL base path

Xref: feat: Remote session RPC url path change option qt client (#7561)

* ci: enable codeql in 4.1.x branch
This commit is contained in:
Charles Kerr
2026-01-07 18:03:24 -06:00
committed by GitHub
parent 11d3fc6f5a
commit 4faab4cf9c
9 changed files with 22 additions and 12 deletions

View File

@@ -2,12 +2,12 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
branches: [ "main", "4.1.x" ]
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ "main" ]
branches: [ "main", "4.1.x" ]
paths-ignore:
- 'docs/**'
- '.github/**'