Skip to content

Commit 6a7cffc

Browse files
committed
security: Upgrade pipeline to Ubuntu 24.04
1 parent 0d64725 commit 6a7cffc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pipeline.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
init:
2626
name: Init
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
outputs:
2929
VERSION: ${{ steps.version.outputs.version }}
3030
VERSION_FULL: ${{ steps.version.outputs.version_full }}
@@ -45,7 +45,7 @@ jobs:
4545
4646
sast-creds:
4747
name: SAST - Credentials
48-
runs-on: ubuntu-22.04
48+
runs-on: ubuntu-24.04
4949
steps:
5050
- name: Checkout
5151
uses: actions/[email protected]
@@ -64,7 +64,7 @@ jobs:
6464

6565
sast-semgrep:
6666
name: SAST - Semgrep
67-
runs-on: ubuntu-22.04
67+
runs-on: ubuntu-24.04
6868
permissions:
6969
# Allow to write to GitHub Security
7070
security-events: write
@@ -92,7 +92,7 @@ jobs:
9292
- init
9393
- sast-creds
9494
- sast-semgrep
95-
runs-on: ubuntu-22.04
95+
runs-on: ubuntu-24.04
9696
permissions:
9797
attestations: write
9898
id-token: write
@@ -173,7 +173,7 @@ jobs:
173173
permissions:
174174
# Allow to create releases
175175
contents: write
176-
runs-on: ubuntu-22.04
176+
runs-on: ubuntu-24.04
177177
outputs:
178178
RELEASE_ID: ${{ steps.create-release.outputs.result }}
179179
# Only publish on non-scheduled main branch, as there is only one Helm repo and we cannot override an existing version
@@ -209,7 +209,7 @@ jobs:
209209
permissions:
210210
# Allow to write releases
211211
contents: write
212-
runs-on: ubuntu-22.04
212+
runs-on: ubuntu-24.04
213213
needs:
214214
- create-release
215215
# Only publish on non-scheduled default branch

0 commit comments

Comments
 (0)