File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
jobs :
14
14
basic-check :
15
15
name : Build, Lint, Vet
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
steps :
19
19
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
jobs :
14
14
preflight-latest :
15
15
if : github.repository_owner == 'redhat-best-practices-for-k8s'
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
env :
18
18
SHELL : /bin/bash
19
19
IMAGE_NAME : quay.io/redhat-best-practices-for-k8s/oct:latest
Original file line number Diff line number Diff line change 11
11
recreate-oct-container-image :
12
12
if : github.repository_owner == 'redhat-best-practices-for-k8s'
13
13
name : Create new OCT container image
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
env :
16
16
SHELL : /bin/bash
17
17
62
62
63
63
recreate-oct-container-image-legacy :
64
64
name : Create new OCT container image (Legacy)
65
- runs-on : ubuntu-22 .04
65
+ runs-on : ubuntu-24 .04
66
66
env :
67
67
SHELL : /bin/bash
68
68
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: read-all
20
20
jobs :
21
21
analysis :
22
22
name : Scorecard analysis
23
- runs-on : ubuntu-22 .04
23
+ runs-on : ubuntu-24 .04
24
24
permissions :
25
25
# Needed to upload the results to code-scanning dashboard.
26
26
security-events : write
You can’t perform that action at this time.
0 commit comments