Commit 8f2fb39
committed
fixup! codeql: run static analysis as part of CI builds
As of b133d30 (github: simplify computation of the job's distro,
2025-01-10), the `apt-get update` call that is guarded by `$distro` in
the `ci/install-dependencies.sh` script requires the `CI_JOB_IMAGE`
variable to set correctly (which is used to initialize `distro` in the
GitHub Actions-specific part at the top of `ci/lib.sh`).
Let's do the same in the CodeQL workflow.
Noticed-by: Derrick Stolee <stolee@gmail.com>
Noticed-by: Tyrie Vella <tyrielv@gmail.com>
Noticed-by: Matthew John Cheetham <mjcheetham@outlook.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 9769f1d commit 8f2fb39
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
0 commit comments