File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
1212jobs :
1313 coverage :
1414 name : C/C++ CMake CI Coverage
15- runs-on : ubuntu-24 .04
15+ runs-on : ubuntu-26 .04
1616
1717 steps :
1818 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313jobs :
1414 lint :
1515 name : CppCheck Lint
16- runs-on : ubuntu-24 .04
16+ runs-on : ubuntu-26 .04
1717
1818 steps :
1919 - name : Checkout repository
Original file line number Diff line number Diff line change 1818
1919 build :
2020 name : " Build Docker images"
21- runs-on : ubuntu-24 .04
21+ runs-on : ubuntu-26 .04
2222 steps :
2323 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424
7373
7474 lint :
7575 name : " Run in docker: LINT"
76- runs-on : ubuntu-24 .04
76+ runs-on : ubuntu-26 .04
7777 needs : build
7878 steps :
7979 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
9898
9999 test :
100100 name : " Run in docker: TEST"
101- runs-on : ubuntu-24 .04
101+ runs-on : ubuntu-26 .04
102102 needs : build
103103 steps :
104104 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -124,7 +124,7 @@ jobs:
124124 # yamllint disable rule:line-length
125125 # security:
126126 # name: "Snyk Container"
127- # runs-on: ubuntu-24 .04
127+ # runs-on: ubuntu-26 .04
128128 # needs: build
129129 # permissions:
130130 # actions: read
@@ -173,7 +173,7 @@ jobs:
173173
174174 scan :
175175 name : " Trivy"
176- runs-on : ubuntu-24 .04
176+ runs-on : ubuntu-26 .04
177177 needs : build
178178 permissions :
179179 actions : read
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ on: # yamllint disable-line rule:truthy
1919jobs :
2020 scan :
2121 name : gitleaks
22- runs-on : ubuntu-24 .04
22+ runs-on : ubuntu-26 .04
2323 steps :
2424 - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2525 with :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515jobs :
1616 make-coverage-html :
1717 name : " Run make coverage/html and verify coverage HTML"
18- runs-on : ubuntu-24 .04
18+ runs-on : ubuntu-26 .04
1919 steps :
2020 - name : Checkout repository
2121 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
1616 markdownlint :
1717 name : Markdown Lint
18- runs-on : ubuntu-24 .04
18+ runs-on : ubuntu-26 .04
1919
2020 strategy :
2121 matrix :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111jobs :
1212 build :
1313 name : SonarCloud build and run sonar-scanner
14- runs-on : ubuntu-24 .04
14+ runs-on : ubuntu-26 .04
1515 env :
1616 # Directory where build-wrapper output will be placed
1717 BUILD_WRAPPER_OUT_DIR : build
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313jobs :
1414 lint :
1515 name : YAML lint
16- runs-on : ubuntu-24 .04
16+ runs-on : ubuntu-26 .04
1717 steps :
1818 - name : Checkout repository
1919 uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
You can’t perform that action at this time.
0 commit comments