Feature #723 ยป 0016-CI-Run-codeql-on-ubuntu-24.04-runner.patch
| .github/workflows/codeql.yml | ||
|---|---|---|
|
jobs:
|
||
|
analyze:
|
||
|
name: Analyze
|
||
|
runs-on: ubuntu-22.04
|
||
|
runs-on: ubuntu-24.04
|
||
|
permissions:
|
||
|
actions: read
|
||
|
contents: read
|
||