File tree 9 files changed +13
-13
lines changed
9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
29
29
jobs :
30
30
unit-test :
31
31
name : Unit Test
32
- runs-on : ubuntu-22 .04
32
+ runs-on : ubuntu-24 .04
33
33
permissions :
34
34
contents : read
35
35
strategy :
50
50
51
51
build :
52
52
name : Build Client
53
- runs-on : ubuntu-22 .04
53
+ runs-on : ubuntu-24 .04
54
54
permissions :
55
55
contents : write
56
56
issues : write
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
24
24
jobs :
25
25
analyze :
26
26
name : Analyze
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
permissions :
29
29
actions : read # for github/codeql-action/init to get workflow details
30
30
contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
jobs :
18
18
dependency-review :
19
19
name : Dependency Review
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
permissions :
22
22
contents : read # for actions/checkout
23
23
pull-requests : write # for actions/dependency-review-action to post comments
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
jobs :
20
20
f5-cla :
21
21
name : F5 CLA
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
permissions :
24
24
actions : write
25
25
contents : read
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
jobs :
18
18
scan :
19
19
name : Fossa
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
if : ${{ github.event.repository.fork == false }}
22
22
steps :
23
23
- name : Checkout Repository
Original file line number Diff line number Diff line change 10
10
permissions :
11
11
contents : read
12
12
pull-requests : write # for actions/labeler to add labels
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
with :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
22
22
jobs :
23
23
lint :
24
24
name : Go Lint
25
- runs-on : ubuntu-22 .04
25
+ runs-on : ubuntu-24 .04
26
26
steps :
27
27
- name : Checkout Repository
28
28
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
39
40
40
actionlint :
41
41
name : Actionlint
42
- runs-on : ubuntu-22 .04
42
+ runs-on : ubuntu-24 .04
43
43
steps :
44
44
- name : Checkout Repository
45
45
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
51
51
52
52
markdown-lint :
53
53
name : Markdown Lint
54
- runs-on : ubuntu-22 .04
54
+ runs-on : ubuntu-24 .04
55
55
steps :
56
56
- name : Checkout Repository
57
57
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
65
65
66
66
yaml-lint :
67
67
name : YAML lint
68
- runs-on : ubuntu-22 .04
68
+ runs-on : ubuntu-24 .04
69
69
steps :
70
70
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
71
71
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs :
18
18
on-failure :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }}
21
21
permissions :
22
22
contents : read
Original file line number Diff line number Diff line change 11
11
permissions :
12
12
issues : write # for actions/stale to close stale issues
13
13
pull-requests : write # for actions/stale to close stale PRs
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
steps :
16
16
- uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
17
17
with :
You can’t perform that action at this time.
0 commit comments