File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
14
14
jobs :
15
15
ContributorLicenseAgreement :
16
16
if : github.repository == 'signalfx/splunk-otel-collector'
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-24.04
18
18
steps :
19
19
- name : " CLA Assistant"
20
20
if : (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
cleanup :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-24.04
11
11
steps :
12
12
- name : Check out code
13
13
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
22
test :
23
23
timeout-minutes : 30
24
24
name : Test
25
- runs-on : ubuntu-latest
25
+ runs-on : ubuntu-24.04
26
26
strategy :
27
27
matrix :
28
28
nomad : [ "1.6.10-1", "1.7.7-1" ]
Original file line number Diff line number Diff line change 24
24
jobs :
25
25
setup-environment :
26
26
name : setup-environment
27
- runs-on : ubuntu-latest
27
+ runs-on : ubuntu-24.04
28
28
steps :
29
29
- name : Check out the codebase.
30
30
uses : actions/checkout@v4
42
42
43
43
test :
44
44
name : test
45
- runs-on : ubuntu-latest
45
+ runs-on : ubuntu-24.04
46
46
needs : [setup-environment]
47
47
steps :
48
48
- name : Check out the codebase.
62
62
63
63
64
64
check_changes :
65
- runs-on : ubuntu-latest
65
+ runs-on : ubuntu-24.04
66
66
outputs :
67
67
ta_packaging_change : ${{ steps.filter.outputs.ta_packaging_change }}
68
68
ta_workflow_change : ${{ steps.filter.outputs.ta_workflow_change }}
95
95
96
96
distribute-ta :
97
97
name : " distribute-ta" # what gets run to package in gitlab
98
- runs-on : ubuntu-latest
98
+ runs-on : ubuntu-24.04
99
99
needs : [setup-environment, check_changes]
100
100
if : needs.check_changes.outputs.ta_packaging_change == 'true' || needs.check_changes.outputs.ta_workflow_change == 'true'
101
101
steps :
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
image : " otelcol-windows:latest"
203
203
204
204
check-snyk-token :
205
- runs-on : ubuntu-latest
205
+ runs-on : ubuntu-24.04
206
206
outputs :
207
207
has-snyk-token : ${{ steps.snyk-token-check.outputs.defined }}
208
208
steps :
@@ -216,7 +216,7 @@ jobs:
216
216
fi
217
217
218
218
snyk-fs-scan :
219
- runs-on : ubuntu-latest
219
+ runs-on : ubuntu-24.04
220
220
needs : check-snyk-token
221
221
if : ${{ needs.check-snyk-token.outputs.has-snyk-token == 'true' }}
222
222
steps :
@@ -235,7 +235,7 @@ jobs:
235
235
sarif_file : snyk.sarif
236
236
237
237
snyk-docker-scan :
238
- runs-on : ubuntu-latest
238
+ runs-on : ubuntu-24.04
239
239
needs : [docker-otelcol, check-snyk-token]
240
240
if : ${{ needs.check-snyk-token.outputs.has-snyk-token == 'true' }}
241
241
strategy :
@@ -268,7 +268,7 @@ jobs:
268
268
sarif_file : snyk.sarif
269
269
270
270
govulncheck :
271
- runs-on : ubuntu-latest
271
+ runs-on : ubuntu-24.04
272
272
timeout-minutes : 30
273
273
steps :
274
274
- name : Checkout Repo
You can’t perform that action at this time.
0 commit comments