File tree Expand file tree Collapse file tree 11 files changed +16
-17
lines changed Expand file tree Collapse file tree 11 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ permissions:
2323jobs :
2424 unit-tests :
2525 name : Unit Tests
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727 steps :
2828 - name : Checkout Repository
2929 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343
4444 build-docker :
4545 name : Build Docker Image
46- runs-on : ubuntu-22 .04
46+ runs-on : ubuntu-24 .04
4747 permissions :
4848 contents : write # for lucacome/draft-release to create/update release draft
4949 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
@@ -159,8 +159,7 @@ jobs:
159159
160160 - name : Setup Snapcraft
161161 run : |
162- sudo apt-get update
163- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
162+ sudo snap install snapcraft --classic
164163 mkdir -p $HOME/.cache/snapcraft/download
165164 mkdir -p $HOME/.cache/snapcraft/stage-packages
166165 if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121jobs :
2222 analyze :
2323 name : Analyze
24- runs-on : ubuntu-22 .04
24+ runs-on : ubuntu-24 .04
2525 permissions :
2626 actions : read # for github/codeql-action/init to get workflow details
2727 contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 dependency-review :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 permissions :
1818 contents : read # for actions/checkout
1919 pull-requests : write # for actions/dependency-review-action to post comments
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 dockerHubDescription :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 if : ${{ github.event.repository.fork == false }}
2121 steps :
2222 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 @@ -18,7 +18,7 @@ permissions:
1818jobs :
1919 scan :
2020 name : Fossa
21- runs-on : ubuntu-22 .04
21+ runs-on : ubuntu-24 .04
2222 if : ${{ github.event.repository.fork == false }}
2323 steps :
2424 - name : Checkout Repository
Original file line number Diff line number Diff line change 1010 permissions :
1111 contents : read
1212 pull-requests : write
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1616 with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919jobs :
2020 lint :
2121 name : Go Lint
22- runs-on : ubuntu-22 .04
22+ runs-on : ubuntu-24 .04
2323 steps :
2424 - name : Checkout Repository
2525 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3636
3737 actionlint :
3838 name : Actionlint
39- runs-on : ubuntu-22 .04
39+ runs-on : ubuntu-24 .04
4040 steps :
4141 - name : Checkout Repository
4242 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4848
4949 markdown-lint :
5050 name : Markdown Lint
51- runs-on : ubuntu-22 .04
51+ runs-on : ubuntu-24 .04
5252 steps :
5353 - name : Checkout Repository
5454 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6262
6363 yaml-lint :
6464 name : YAML lint
65- runs-on : ubuntu-22 .04
65+ runs-on : ubuntu-24 .04
6666 steps :
6767 - name : Checkout Repository
6868 uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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' }}
2121 permissions :
2222 contents : read
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
1313jobs :
1414 analysis :
1515 name : Scorecard analysis
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 permissions :
1818 # Needed to upload the results to code-scanning dashboard.
1919 security-events : write
You can’t perform that action at this time.
0 commit comments