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:
1313jobs :
1414 basic-check :
1515 name : Build, Lint, Vet
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717
1818 steps :
1919 - name : Check out code into the Go module directory
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 preflight-latest :
1515 if : github.repository_owner == 'redhat-best-practices-for-k8s'
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 env :
1818 SHELL : /bin/bash
1919 IMAGE_NAME : quay.io/redhat-best-practices-for-k8s/oct:latest
Original file line number Diff line number Diff line change 1111 recreate-oct-container-image :
1212 if : github.repository_owner == 'redhat-best-practices-for-k8s'
1313 name : Create new OCT container image
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 env :
1616 SHELL : /bin/bash
1717
6262
6363 recreate-oct-container-image-legacy :
6464 name : Create new OCT container image (Legacy)
65- runs-on : ubuntu-22 .04
65+ runs-on : ubuntu-24 .04
6666 env :
6767 SHELL : /bin/bash
6868
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions: read-all
2020jobs :
2121 analysis :
2222 name : Scorecard analysis
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 permissions :
2525 # Needed to upload the results to code-scanning dashboard.
2626 security-events : write
You can’t perform that action at this time.
0 commit comments