Skip to content

Commit 6ef6885

Browse files
committed
containerize codeql
1 parent 5ad9fc3 commit 6ef6885

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codeql-analysis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
branches:
77
- '*-dev'
88
- '*-maint'
9+
- 'master'
910
pull_request:
1011
# The branches below must be a subset of the branches above
1112
branches:
12-
- '*-dev'
13+
- '*-dev
14+
- 'master'
1315
paths-ignore:
1416
- '**/*.md'
1517
- '**/*.txt'
@@ -22,6 +24,7 @@ jobs:
2224
analyze:
2325
name: Analyze
2426
runs-on: ubuntu-24.04
27+
container: ubuntu:20.04
2528
permissions:
2629
actions: read
2730
contents: read
@@ -40,7 +43,7 @@ jobs:
4043
- name: Update system
4144
run: |
4245
sudo apt-get update --yes
43-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils --yes
46+
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 --yes
4447
4548
- name: Dependency cache
4649
uses: actions/cache@v4

0 commit comments

Comments
 (0)