File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ permissions:
2929jobs :
3030 unit-test :
3131 name : Unit Test
32- runs-on : ubuntu-22 .04
32+ runs-on : ubuntu-24 .04
3333 permissions :
3434 contents : read
3535 strategy :
5050
5151 build :
5252 name : Build Client
53- runs-on : ubuntu-22 .04
53+ runs-on : ubuntu-24 .04
5454 permissions :
5555 contents : write
5656 issues : write
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ permissions:
2424jobs :
2525 analyze :
2626 name : Analyze
27- runs-on : ubuntu-22 .04
27+ runs-on : ubuntu-24 .04
2828 permissions :
2929 actions : read # for github/codeql-action/init to get workflow details
3030 contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 dependency-review :
1919 name : Dependency Review
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 permissions :
2222 contents : read # for actions/checkout
2323 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:
1919jobs :
2020 f5-cla :
2121 name : F5 CLA
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 permissions :
2424 actions : write
2525 contents : read
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 scan :
1919 name : Fossa
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 if : ${{ github.event.repository.fork == false }}
2222 steps :
2323 - name : Checkout Repository
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : read
1212 pull-requests : write # for actions/labeler to add labels
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616 with :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222jobs :
2323 lint :
2424 name : Go Lint
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 steps :
2727 - name : Checkout Repository
2828 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3939
4040 actionlint :
4141 name : Actionlint
42- runs-on : ubuntu-22 .04
42+ runs-on : ubuntu-24 .04
4343 steps :
4444 - name : Checkout Repository
4545 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5151
5252 markdown-lint :
5353 name : Markdown Lint
54- runs-on : ubuntu-22 .04
54+ runs-on : ubuntu-24 .04
5555 steps :
5656 - name : Checkout Repository
5757 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6565
6666 yaml-lint :
6767 name : YAML lint
68- runs-on : ubuntu-22 .04
68+ runs-on : ubuntu-24 .04
6969 steps :
7070 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7171
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 on-failure :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 if : ${{ github.event.workflow_run.conclusion == 'failure' && github.event.repository.fork == false }}
2121 permissions :
2222 contents : read
Original file line number Diff line number Diff line change 1111 permissions :
1212 issues : write # for actions/stale to close stale issues
1313 pull-requests : write # for actions/stale to close stale PRs
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
1717 with :
You can’t perform that action at this time.
0 commit comments