File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- id : matrix
21
- uses : splunk/addonfactory-test-matrix-action@v2
21
+ uses : splunk/addonfactory-test-matrix-action@v3
22
22
23
23
fossa-scan :
24
24
continue-on-error : true
@@ -47,10 +47,10 @@ jobs:
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v4
50
- - uses : apache/skywalking-eyes@v0.6 .0
50
+ - uses : apache/skywalking-eyes@v0.7 .0
51
51
52
52
pre-commit :
53
- runs-on : ubuntu-22 .04
53
+ runs-on : ubuntu-24 .04
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- uses : actions/setup-python@v5
66
66
67
67
run-unit-tests :
68
68
name : test-unit ${{ matrix.python-version }}
69
- runs-on : ubuntu-22 .04
69
+ runs-on : ubuntu-24 .04
70
70
continue-on-error : true
71
71
strategy :
72
72
matrix :
89
89
poetry run pytest tests/unit
90
90
91
91
test-splunk :
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
continue-on-error : true
94
94
needs :
95
95
- meta
@@ -157,7 +157,7 @@ jobs:
157
157
- semgrep
158
158
- run-unit-tests
159
159
- test-splunk
160
- runs-on : ubuntu-22 .04
160
+ runs-on : ubuntu-24 .04
161
161
steps :
162
162
- uses : actions/checkout@v4
163
163
with :
You can’t perform that action at this time.
0 commit comments