File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
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,15 +47,15 @@ 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
57
57
with :
58
- python-version : " 3.7 "
58
+ python-version : " 3.13 "
59
59
-
uses :
pre-commit/[email protected]
60
60
61
61
semgrep :
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 :
@@ -167,7 +167,7 @@ jobs:
167
167
persist-credentials : false
168
168
- uses : actions/setup-python@v5
169
169
with :
170
- python-version : " 3.7 "
170
+ python-version : " 3.13 "
171
171
- run : curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
172
172
- run : |
173
173
poetry install
You can’t perform that action at this time.
0 commit comments