@@ -274,7 +274,7 @@ jobs:
274
274
- name : python39_Splunk
275
275
id : python39_splunk
276
276
run : |
277
- echo "splunk={\"version\":\"unreleased-python3_9-a076ce4c50aa \", \"build\":\"a076ce4c50aa \", \"islatest\":false, \"isoldest\":false}" >> "$GITHUB_OUTPUT"
277
+ echo "splunk={\"version\":\"unreleased-python3_9-7027496d63d8 \", \"build\":\"7027496d63d8 \", \"islatest\":false, \"isoldest\":false}" >> "$GITHUB_OUTPUT"
278
278
echo "sc4s={\"version\":\"2.49.5\", \"docker_registry\":\"ghcr.io/splunk/splunk-connect-for-syslog/container2\"}" >> "$GITHUB_OUTPUT"
279
279
280
280
fossa-scan :
@@ -1233,7 +1233,7 @@ jobs:
1233
1233
${{ needs.setup.outputs.directory-path }}/test-results/cim_field_report.json
1234
1234
- name : Test Report
1235
1235
id : test_report
1236
- uses : dorny/test-reporter@v1
1236
+ uses : dorny/test-reporter@v1.7.0
1237
1237
if : ${{ !cancelled() }}
1238
1238
with :
1239
1239
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1454,7 +1454,7 @@ jobs:
1454
1454
${{ needs.setup.outputs.directory-path }}/argo-logs
1455
1455
- name : Test Report
1456
1456
id : test_report
1457
- uses : dorny/test-reporter@v1
1457
+ uses : dorny/test-reporter@v1.7.0
1458
1458
if : ${{ !cancelled() }}
1459
1459
with :
1460
1460
name : splunk ${{ matrix.splunk.version }} ${{ env.TEST_TYPE }} test report
@@ -1682,7 +1682,7 @@ jobs:
1682
1682
${{ needs.setup.outputs.directory-path }}/argo-logs
1683
1683
- name : Test Report
1684
1684
id : test_report
1685
- uses : dorny/test-reporter@v1
1685
+ uses : dorny/test-reporter@v1.7.0
1686
1686
if : ${{ !cancelled() }}
1687
1687
with :
1688
1688
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
@@ -1923,7 +1923,7 @@ jobs:
1923
1923
${{ needs.setup.outputs.directory-path }}/argo-logs
1924
1924
- name : Test Report
1925
1925
id : test_report
1926
- uses : dorny/test-reporter@v1
1926
+ uses : dorny/test-reporter@v1.7.0
1927
1927
if : ${{ !cancelled() }}
1928
1928
with :
1929
1929
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2158,7 +2158,7 @@ jobs:
2158
2158
${{ needs.setup.outputs.directory-path }}/argo-logs
2159
2159
- name : Test Report
2160
2160
id : test_report
2161
- uses : dorny/test-reporter@v1
2161
+ uses : dorny/test-reporter@v1.7.0
2162
2162
if : ${{ !cancelled() }}
2163
2163
with :
2164
2164
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
@@ -2386,7 +2386,7 @@ jobs:
2386
2386
${{ needs.setup.outputs.directory-path }}/argo-logs
2387
2387
- name : Test Report
2388
2388
id : test_report
2389
- uses : dorny/test-reporter@v1
2389
+ uses : dorny/test-reporter@v1.7.0
2390
2390
if : ${{ !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9') }}
2391
2391
with :
2392
2392
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
@@ -2395,7 +2395,7 @@ jobs:
2395
2395
- name : Test Report Python 3.9
2396
2396
continue-on-error : true
2397
2397
id : test_report_python_3_9
2398
- uses : dorny/test-reporter@v1
2398
+ uses : dorny/test-reporter@v1.7.0
2399
2399
if : ${{ !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9') }}
2400
2400
with :
2401
2401
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ steps.os-name-version.outputs.os-name }} ${{ steps.os-name-version.outputs.os-version }} test report
@@ -2633,7 +2633,7 @@ jobs:
2633
2633
${{ needs.setup.outputs.directory-path }}/test-results/escu-result.xml
2634
2634
- name : Test Report
2635
2635
id : test_report
2636
- uses : dorny/test-reporter@v1
2636
+ uses : dorny/test-reporter@v1.7.0
2637
2637
if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && !contains(matrix.splunk.version, 'unreleased-python3_9')}}
2638
2638
with :
2639
2639
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2642,7 +2642,7 @@ jobs:
2642
2642
- name : Test Report Python 3.9
2643
2643
continue-on-error : true
2644
2644
id : test_report_python_3_9
2645
- uses : dorny/test-reporter@v1
2645
+ uses : dorny/test-reporter@v1.7.0
2646
2646
if : ${{ steps.get-escu-detections.outputs.escu-test-run == 'true' && !cancelled() && contains(matrix.splunk.version, 'unreleased-python3_9')}}
2647
2647
with :
2648
2648
name : splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
0 commit comments