File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
jobs :
25
25
init :
26
26
name : Init
27
- runs-on : ubuntu-22 .04
27
+ runs-on : ubuntu-24 .04
28
28
outputs :
29
29
VERSION : ${{ steps.version.outputs.version }}
30
30
VERSION_FULL : ${{ steps.version.outputs.version_full }}
45
45
46
46
sast-creds :
47
47
name : SAST - Credentials
48
- runs-on : ubuntu-22 .04
48
+ runs-on : ubuntu-24 .04
49
49
steps :
50
50
- name : Checkout
51
51
64
64
65
65
sast-semgrep :
66
66
name : SAST - Semgrep
67
- runs-on : ubuntu-22 .04
67
+ runs-on : ubuntu-24 .04
68
68
permissions :
69
69
# Allow to write to GitHub Security
70
70
security-events : write
@@ -107,7 +107,7 @@ jobs:
107
107
- init
108
108
- sast-creds
109
109
- sast-semgrep
110
- runs-on : ubuntu-22 .04
110
+ runs-on : ubuntu-24 .04
111
111
permissions :
112
112
attestations : write
113
113
id-token : write
@@ -188,7 +188,7 @@ jobs:
188
188
permissions :
189
189
# Allow to create releases
190
190
contents : write
191
- runs-on : ubuntu-22 .04
191
+ runs-on : ubuntu-24 .04
192
192
outputs :
193
193
RELEASE_ID : ${{ steps.create-release.outputs.result }}
194
194
# Only publish on non-scheduled main branch, as there is only one Helm repo and we cannot override an existing version
@@ -224,7 +224,7 @@ jobs:
224
224
permissions :
225
225
# Allow to write releases
226
226
contents : write
227
- runs-on : ubuntu-22 .04
227
+ runs-on : ubuntu-24 .04
228
228
needs :
229
229
- attest-dependencies
230
230
- create-release
You can’t perform that action at this time.
0 commit comments