File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ permissions: read-all
9
9
jobs :
10
10
f5-cla :
11
11
name : F5 CLA
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
permissions :
14
14
actions : write
15
15
pull-requests : write
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
15
15
jobs :
16
16
analysis :
17
17
name : Scorecard analysis
18
- runs-on : ubuntu-22 .04
18
+ runs-on : ubuntu-24 .04
19
19
permissions :
20
20
# Needed if using Code Scanning alerts
21
21
security-events : write
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions: read-all
28
28
jobs :
29
29
build-oss-for-test :
30
30
name : Build NGINX OSS image
31
- runs-on : ubuntu-22 .04
31
+ runs-on : ubuntu-24 .04
32
32
steps :
33
33
- name : Check out the codebase
34
34
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
You can’t perform that action at this time.
0 commit comments