Skip to content

Commit 2c60a10

Browse files
chore(deps): update all dependencies
1 parent 92a7bdf commit 2c60a10

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/build-test-release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: apache/skywalking-eyes@v0.6.0
23+
- uses: apache/skywalking-eyes@v0.7.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

2727
pre-commit:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
steps:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-python@v5
3232
with:
33-
python-version: "3.7"
33+
python-version: "3.13"
3434
- run: |
3535
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/v1.6.26/scripts/download-actionlint.bash)
3636
- uses: pre-commit/[email protected]

.github/workflows/reusable-build-test-release.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,12 @@ jobs:
341341
uses: fsfe/[email protected]
342342

343343
lint:
344-
runs-on: ubuntu-22.04
344+
runs-on: ubuntu-24.04
345345
steps:
346346
- uses: actions/checkout@v4
347347
- uses: actions/setup-python@v5
348348
with:
349-
python-version: "3.7"
349+
python-version: "3.13"
350350
- uses: pre-commit/[email protected]
351351

352352
review_secrets:
@@ -367,7 +367,7 @@ jobs:
367367
fetch-depth: "0"
368368
ref: ${{ github.head_ref }}
369369
- name: Secret Scanning Trufflehog
370-
uses: trufflesecurity/[email protected].5
370+
uses: trufflesecurity/[email protected].17
371371
with:
372372
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
373373
version: 3.77.0
@@ -402,7 +402,7 @@ jobs:
402402
run-unit-tests:
403403
name: test-unit-python3-${{ matrix.python-version }}
404404
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
405-
runs-on: ubuntu-22.04
405+
runs-on: ubuntu-24.04
406406
needs:
407407
- test-inventory
408408
strategy:
@@ -538,7 +538,7 @@ jobs:
538538
path: test-results/*
539539

540540
build:
541-
runs-on: ubuntu-22.04
541+
runs-on: ubuntu-24.04
542542
needs:
543543
- validate-custom-version
544544
- setup-workflow
@@ -913,7 +913,7 @@ jobs:
913913
- build
914914
- test-inventory
915915
if: ${{ !cancelled() && needs.build.result == 'success' }}
916-
runs-on: ubuntu-22.04
916+
runs-on: ubuntu-24.04
917917
outputs:
918918
argo-server: ${{ steps.test-setup.outputs.argo-server }}
919919
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1042,7 +1042,7 @@ jobs:
10421042
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
10431043
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10441044
container:
1045-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1045+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
10461046
env:
10471047
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10481048
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1256,7 +1256,7 @@ jobs:
12561256
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
12571257
- name: Test Report
12581258
id: test_report
1259-
uses: dorny/test-reporter@v1.9.1
1259+
uses: dorny/test-reporter@v2.0.0
12601260
if: ${{ !cancelled() }}
12611261
with:
12621262
name: spl2 test report
@@ -1278,7 +1278,7 @@ jobs:
12781278
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
12791279
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
12801280
container:
1281-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1281+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
12821282
env:
12831283
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
12841284
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1469,7 +1469,7 @@ jobs:
14691469
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
14701470
- name: Test Report
14711471
id: test_report
1472-
uses: dorny/test-reporter@v1.9.1
1472+
uses: dorny/test-reporter@v2.0.0
14731473
if: ${{ !cancelled() }}
14741474
with:
14751475
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1549,7 +1549,7 @@ jobs:
15491549
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
15501550
marker: ${{ fromJson(inputs.ui_marker) }}
15511551
container:
1552-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1552+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
15531553
env:
15541554
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15551555
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1747,7 +1747,7 @@ jobs:
17471747
${{ needs.setup.outputs.directory-path }}/argo-logs
17481748
- name: Test Report
17491749
id: test_report
1750-
uses: dorny/test-reporter@v1.9.1
1750+
uses: dorny/test-reporter@v2.0.0
17511751
if: ${{ !cancelled() }}
17521752
with:
17531753
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
@@ -1827,7 +1827,7 @@ jobs:
18271827
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
18281828
marker: ${{ fromJson(inputs.marker) }}
18291829
container:
1830-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1830+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
18311831
env:
18321832
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18331833
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2023,7 +2023,7 @@ jobs:
20232023
${{ needs.setup.outputs.directory-path }}/argo-logs
20242024
- name: Test Report
20252025
id: test_report
2026-
uses: dorny/test-reporter@v1.9.1
2026+
uses: dorny/test-reporter@v2.0.0
20272027
if: ${{ !cancelled() }}
20282028
with:
20292029
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2102,7 +2102,7 @@ jobs:
21022102
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
21032103
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
21042104
container:
2105-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2105+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
21062106
env:
21072107
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
21082108
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2298,7 +2298,7 @@ jobs:
22982298
${{ needs.setup.outputs.directory-path }}/argo-logs
22992299
- name: Test Report
23002300
id: test_report
2301-
uses: dorny/test-reporter@v1.9.1
2301+
uses: dorny/test-reporter@v2.0.0
23022302
if: ${{ !cancelled() }}
23032303
with:
23042304
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2377,7 +2377,7 @@ jobs:
23772377
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
23782378
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
23792379
container:
2380-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2380+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
23812381
env:
23822382
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
23832383
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2562,7 +2562,7 @@ jobs:
25622562
${{ needs.setup.outputs.directory-path }}/argo-logs
25632563
- name: Test Report
25642564
id: test_report
2565-
uses: dorny/test-reporter@v1.9.1
2565+
uses: dorny/test-reporter@v2.0.0
25662566
if: ${{ !cancelled() }}
25672567
with:
25682568
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2640,7 +2640,7 @@ jobs:
26402640
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
26412641
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
26422642
container:
2643-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2643+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
26442644
env:
26452645
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
26462646
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2831,7 +2831,7 @@ jobs:
28312831
${{ needs.setup.outputs.directory-path }}/argo-logs
28322832
- name: Test Report
28332833
id: test_report
2834-
uses: dorny/test-reporter@v1.9.1
2834+
uses: dorny/test-reporter@v2.0.0
28352835
if: ${{ !cancelled() }}
28362836
with:
28372837
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

Comments
 (0)