@@ -325,7 +325,7 @@ jobs:
325
325
validate-docs-change :
326
326
runs-on : ubuntu-latest
327
327
container :
328
- image : python:3.9
328
+ image : python:3.13
329
329
outputs :
330
330
status : ${{ steps.validate.outputs.status }}
331
331
steps :
@@ -410,12 +410,12 @@ jobs:
410
410
411
411
412
412
lint :
413
- runs-on : ubuntu-22 .04
413
+ runs-on : ubuntu-24 .04
414
414
steps :
415
415
- uses : actions/checkout@v4
416
416
- uses : actions/setup-python@v5
417
417
with :
418
- python-version : " 3.7 "
418
+ python-version : " 3.13 "
419
419
-
uses :
pre-commit/[email protected]
420
420
421
421
review_secrets :
@@ -436,7 +436,7 @@ jobs:
436
436
fetch-depth : " 0"
437
437
ref : ${{ github.head_ref }}
438
438
- name : Secret Scanning Trufflehog
439
- uses :
trufflesecurity/[email protected] .5
439
+ uses :
trufflesecurity/[email protected] .26
440
440
with :
441
441
extra_args : -x .github/workflows/exclude-patterns.txt --json --only-verified
442
442
version : 3.77.0
@@ -473,7 +473,7 @@ jobs:
473
473
run-unit-tests :
474
474
name : test-unit-python3-${{ matrix.python-version }}
475
475
if : ${{ needs.test-inventory.outputs.unit == 'true' }}
476
- runs-on : ubuntu-22 .04
476
+ runs-on : ubuntu-24 .04
477
477
needs :
478
478
- test-inventory
479
479
strategy :
@@ -609,7 +609,7 @@ jobs:
609
609
path : test-results/*
610
610
611
611
build :
612
- runs-on : ubuntu-22 .04
612
+ runs-on : ubuntu-24 .04
613
613
needs :
614
614
- check-docs-changes
615
615
- validate-custom-version
@@ -987,7 +987,7 @@ jobs:
987
987
- build
988
988
- test-inventory
989
989
if : ${{ !cancelled() && needs.build.result == 'success' }}
990
- runs-on : ubuntu-22 .04
990
+ runs-on : ubuntu-24 .04
991
991
outputs :
992
992
argo-server : ${{ steps.test-setup.outputs.argo-server }}
993
993
argo-http1 : ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1116,7 +1116,7 @@ jobs:
1116
1116
splunk : ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
1117
1117
sc4s : ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
1118
1118
container :
1119
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
1119
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
1120
1120
env :
1121
1121
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1122
1122
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1330,7 +1330,7 @@ jobs:
1330
1330
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
1331
1331
- name : Test Report
1332
1332
id : test_report
1333
- uses : dorny/test-reporter@v1.9.1
1333
+ uses : dorny/test-reporter@v2.0.0
1334
1334
if : ${{ !cancelled() }}
1335
1335
with :
1336
1336
name : spl2 test report
@@ -1352,7 +1352,7 @@ jobs:
1352
1352
splunk : ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
1353
1353
sc4s : ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
1354
1354
container :
1355
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
1355
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
1356
1356
env :
1357
1357
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1358
1358
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1543,7 +1543,7 @@ jobs:
1543
1543
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
1544
1544
- name : Test Report
1545
1545
id : test_report
1546
- uses : dorny/test-reporter@v1.9.1
1546
+ uses : dorny/test-reporter@v2.0.0
1547
1547
if : ${{ !cancelled() }}
1548
1548
with :
1549
1549
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1623,7 +1623,7 @@ jobs:
1623
1623
vendor-version : ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
1624
1624
marker : ${{ fromJson(inputs.ui_marker) }}
1625
1625
container :
1626
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
1626
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
1627
1627
env :
1628
1628
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1629
1629
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -1821,7 +1821,7 @@ jobs:
1821
1821
${{ needs.setup.outputs.directory-path }}/argo-logs
1822
1822
- name : Test Report
1823
1823
id : test_report
1824
- uses : dorny/test-reporter@v1.9.1
1824
+ uses : dorny/test-reporter@v2.0.0
1825
1825
if : ${{ !cancelled() }}
1826
1826
with :
1827
1827
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
@@ -1901,7 +1901,7 @@ jobs:
1901
1901
vendor-version : ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
1902
1902
marker : ${{ fromJson(inputs.marker) }}
1903
1903
container :
1904
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
1904
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
1905
1905
env :
1906
1906
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
1907
1907
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2097,7 +2097,7 @@ jobs:
2097
2097
${{ needs.setup.outputs.directory-path }}/argo-logs
2098
2098
- name : Test Report
2099
2099
id : test_report
2100
- uses : dorny/test-reporter@v1.9.1
2100
+ uses : dorny/test-reporter@v2.0.0
2101
2101
if : ${{ !cancelled() }}
2102
2102
with :
2103
2103
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2176,7 +2176,7 @@ jobs:
2176
2176
vendor-version : ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
2177
2177
marker : ${{ fromJson(inputs.ucc-modinput-marker) }}
2178
2178
container :
2179
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
2179
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
2180
2180
env :
2181
2181
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
2182
2182
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2372,7 +2372,7 @@ jobs:
2372
2372
${{ needs.setup.outputs.directory-path }}/argo-logs
2373
2373
- name : Test Report
2374
2374
id : test_report
2375
- uses : dorny/test-reporter@v1.9.1
2375
+ uses : dorny/test-reporter@v2.0.0
2376
2376
if : ${{ !cancelled() }}
2377
2377
with :
2378
2378
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2451,7 +2451,7 @@ jobs:
2451
2451
vendor-version : ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
2452
2452
ta-version-from-upgrade : ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
2453
2453
container :
2454
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
2454
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
2455
2455
env :
2456
2456
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
2457
2457
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2636,7 +2636,7 @@ jobs:
2636
2636
${{ needs.setup.outputs.directory-path }}/argo-logs
2637
2637
- name : Test Report
2638
2638
id : test_report
2639
- uses : dorny/test-reporter@v1.9.1
2639
+ uses : dorny/test-reporter@v2.0.0
2640
2640
if : ${{ !cancelled() }}
2641
2641
with :
2642
2642
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2714,7 +2714,7 @@ jobs:
2714
2714
splunk : ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
2715
2715
os : ${{ fromJson(inputs.scripted-inputs-os-list) }}
2716
2716
container :
2717
- image : ghcr.io/splunk/workflow-engine-base:4.1 .0
2717
+ image : ghcr.io/splunk/workflow-engine-base:5.0 .0
2718
2718
env :
2719
2719
ARGO_SERVER : ${{ needs.setup.outputs.argo-server }}
2720
2720
ARGO_HTTP1 : ${{ needs.setup.outputs.argo-http1 }}
@@ -2905,7 +2905,7 @@ jobs:
2905
2905
${{ needs.setup.outputs.directory-path }}/argo-logs
2906
2906
- name : Test Report
2907
2907
id : test_report
2908
- uses : dorny/test-reporter@v1.9.1
2908
+ uses : dorny/test-reporter@v2.0.0
2909
2909
if : ${{ !cancelled() }}
2910
2910
with :
2911
2911
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
0 commit comments