|
59 | 59 | - uses: actions/checkout@v4
|
60 | 60 | - uses: actions/setup-python@v5
|
61 | 61 | with:
|
62 |
| - python-version: "3.7" |
| 62 | + python-version: "3.13" |
63 | 63 | - uses: pre-commit/[email protected]
|
64 | 64 |
|
65 | 65 | semgrep:
|
@@ -101,7 +101,7 @@ jobs:
|
101 | 101 | - uses: actions/checkout@v4
|
102 | 102 | - uses: actions/setup-python@v5
|
103 | 103 | with:
|
104 |
| - python-version: "3.7" |
| 104 | + python-version: "3.13" |
105 | 105 | - uses: actions/download-artifact@v4
|
106 | 106 | with:
|
107 | 107 | name: UCC-UI-build
|
@@ -205,7 +205,7 @@ jobs:
|
205 | 205 | - uses: actions/checkout@v4
|
206 | 206 | - uses: actions/setup-python@v5
|
207 | 207 | with:
|
208 |
| - python-version: "3.7" |
| 208 | + python-version: "3.13" |
209 | 209 | - uses: actions/download-artifact@v4
|
210 | 210 | with:
|
211 | 211 | name: UCC-UI-build
|
@@ -259,7 +259,7 @@ jobs:
|
259 | 259 | - uses: actions/checkout@v4
|
260 | 260 | - uses: actions/setup-python@v5
|
261 | 261 | with:
|
262 |
| - python-version: "3.7" |
| 262 | + python-version: "3.13" |
263 | 263 | - uses: actions/download-artifact@v4
|
264 | 264 | with:
|
265 | 265 | name: Splunk_TA_UCCExample-raw-output
|
@@ -308,14 +308,14 @@ jobs:
|
308 | 308 | - uses: actions/checkout@v4
|
309 | 309 | - uses: actions/setup-python@v5
|
310 | 310 | with:
|
311 |
| - python-version: "3.7" |
| 311 | + python-version: "3.13" |
312 | 312 | - run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
|
313 | 313 | - name: Package tests/expected_output_global_config_everything/Splunk_TA_UCCExample
|
314 | 314 | run: |
|
315 | 315 | poetry install
|
316 | 316 | mkdir tests/packaged
|
317 | 317 | poetry run ucc-gen package --path tests/testdata/expected_addons/expected_output_global_config_everything/Splunk_TA_UCCExample -o tests/packaged
|
318 |
| - - uses: splunk/appinspect-cli-action@v2.9 |
| 318 | + - uses: splunk/appinspect-cli-action@v2.10 |
319 | 319 | with:
|
320 | 320 | app_path: tests/packaged
|
321 | 321 | included_tags: ${{ matrix.tags }}
|
@@ -363,7 +363,7 @@ jobs:
|
363 | 363 | - uses: actions/checkout@v4
|
364 | 364 | - uses: actions/setup-python@v5
|
365 | 365 | with:
|
366 |
| - python-version: "3.7" |
| 366 | + python-version: "3.13" |
367 | 367 | - uses: actions/download-artifact@v4
|
368 | 368 | with:
|
369 | 369 | name: UCC-UI-build
|
@@ -407,7 +407,7 @@ jobs:
|
407 | 407 | - uses: actions/checkout@v4
|
408 | 408 | - uses: actions/setup-python@v5
|
409 | 409 | with:
|
410 |
| - python-version: "3.11" |
| 410 | + python-version: "3.13" |
411 | 411 | - uses: actions/download-artifact@v4
|
412 | 412 | with:
|
413 | 413 | name: UCC-UI-build
|
@@ -485,7 +485,7 @@ jobs:
|
485 | 485 | persist-credentials: false
|
486 | 486 | - uses: actions/setup-python@v5
|
487 | 487 | with:
|
488 |
| - python-version: "3.7" |
| 488 | + python-version: "3.13" |
489 | 489 | - name: install UI deps
|
490 | 490 | uses: ./.github/actions/cached-ui-deps
|
491 | 491 | - run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
|
|
0 commit comments