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:
23
23
jobs :
24
24
unit-tests :
25
25
name : Unit Tests
26
- runs-on : ubuntu-22 .04
26
+ runs-on : ubuntu-24 .04
27
27
steps :
28
28
- name : Checkout Repository
29
29
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43
43
44
44
build-docker :
45
45
name : Build Docker Image
46
- runs-on : ubuntu-22 .04
46
+ runs-on : ubuntu-24 .04
47
47
permissions :
48
48
contents : write # for lucacome/draft-release to create/update release draft
49
49
security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
@@ -159,8 +159,7 @@ jobs:
159
159
160
160
- name : Setup Snapcraft
161
161
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
164
163
mkdir -p $HOME/.cache/snapcraft/download
165
164
mkdir -p $HOME/.cache/snapcraft/stage-packages
166
165
if : github.ref_type == 'tag'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
21
21
jobs :
22
22
analyze :
23
23
name : Analyze
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
permissions :
26
26
actions : read # for github/codeql-action/init to get workflow details
27
27
contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
14
14
jobs :
15
15
dependency-review :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
permissions :
18
18
contents : read # for actions/checkout
19
19
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:
16
16
17
17
jobs :
18
18
dockerHubDescription :
19
- runs-on : ubuntu-22 .04
19
+ runs-on : ubuntu-24 .04
20
20
if : ${{ github.event.repository.fork == false }}
21
21
steps :
22
22
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 @@ -18,7 +18,7 @@ permissions:
18
18
jobs :
19
19
scan :
20
20
name : Fossa
21
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-24 .04
22
22
if : ${{ github.event.repository.fork == false }}
23
23
steps :
24
24
- 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
13
- runs-on : ubuntu-22 .04
13
+ runs-on : ubuntu-24 .04
14
14
steps :
15
15
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
16
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
19
19
jobs :
20
20
lint :
21
21
name : Go Lint
22
- runs-on : ubuntu-22 .04
22
+ runs-on : ubuntu-24 .04
23
23
steps :
24
24
- name : Checkout Repository
25
25
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
36
36
37
37
actionlint :
38
38
name : Actionlint
39
- runs-on : ubuntu-22 .04
39
+ runs-on : ubuntu-24 .04
40
40
steps :
41
41
- name : Checkout Repository
42
42
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
48
48
49
49
markdown-lint :
50
50
name : Markdown Lint
51
- runs-on : ubuntu-22 .04
51
+ runs-on : ubuntu-24 .04
52
52
steps :
53
53
- name : Checkout Repository
54
54
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
62
62
63
63
yaml-lint :
64
64
name : YAML lint
65
- runs-on : ubuntu-22 .04
65
+ runs-on : ubuntu-24 .04
66
66
steps :
67
67
- name : Checkout Repository
68
68
uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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' }}
21
21
permissions :
22
22
contents : read
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions: read-all
13
13
jobs :
14
14
analysis :
15
15
name : Scorecard analysis
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
permissions :
18
18
# Needed to upload the results to code-scanning dashboard.
19
19
security-events : write
You can’t perform that action at this time.
0 commit comments