1 parent c42b3a3 commit b306c58Copy full SHA for b306c58
1 file changed
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
27
permissions:
28
actions: read
29
contents: read
@@ -41,6 +41,8 @@ jobs:
41
# This is needed as the version.sh script uses
42
# the history.
43
fetch-depth: 0
44
+ - name: "Install compiler - should in most cases be a noop"
45
+ run: sudo apt-get install -y gcc-14
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
0 commit comments