File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 call-workflow-agreements :
10- uses : splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.6
10+ uses : splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.7
1111 permissions :
1212 actions : read
1313 contents : read
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919 - id : matrix
20- uses : splunk/addonfactory-test-matrix-action@v2.1
20+ uses : splunk/addonfactory-test-matrix-action@v3.0
2121
2222 fossa-scan :
2323 continue-on-error : true
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
49- - uses : apache/skywalking-eyes@v0.6 .0
49+ - uses : apache/skywalking-eyes@v0.7 .0
5050
5151 pre-commit :
5252 runs-on : ubuntu-latest
6363 SEMGREP_KEY : ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
6464
6565 build :
66- runs-on : ubuntu-22 .04
66+ runs-on : ubuntu-24 .04
6767 needs :
6868 - fossa-scan
6969 - compliance-copyrights
8686
8787 test-unit :
8888 name : test-unit ${{ matrix.python-version }}
89- runs-on : ubuntu-22 .04
89+ runs-on : ubuntu-24 .04
9090 continue-on-error : true
9191 strategy :
9292 matrix :
@@ -110,7 +110,7 @@ jobs:
110110 poetry run pytest tests/unit
111111
112112 integration-tests :
113- runs-on : ubuntu-22 .04
113+ runs-on : ubuntu-24 .04
114114 needs :
115115 - meta
116116 - test-unit
@@ -182,7 +182,7 @@ jobs:
182182 - build
183183 - test-unit
184184 - integration-tests
185- runs-on : ubuntu-22 .04
185+ runs-on : ubuntu-24 .04
186186 steps :
187187 - uses : actions/checkout@v4
188188 with :
You can’t perform that action at this time.
0 commit comments