Skip to content

Commit 362e38b

Browse files
chore(deps): update all dependencies
1 parent e30a821 commit 362e38b

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
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

+21-21
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
validate-docs-change:
326326
runs-on: ubuntu-latest
327327
container:
328-
image: python:3.9
328+
image: python:3.13
329329
outputs:
330330
status: ${{ steps.validate.outputs.status }}
331331
steps:
@@ -410,12 +410,12 @@ jobs:
410410
uses: fsfe/[email protected]
411411

412412
lint:
413-
runs-on: ubuntu-22.04
413+
runs-on: ubuntu-24.04
414414
steps:
415415
- uses: actions/checkout@v4
416416
- uses: actions/setup-python@v5
417417
with:
418-
python-version: "3.7"
418+
python-version: "3.13"
419419
- uses: pre-commit/[email protected]
420420

421421
review_secrets:
@@ -436,7 +436,7 @@ jobs:
436436
fetch-depth: "0"
437437
ref: ${{ github.head_ref }}
438438
- name: Secret Scanning Trufflehog
439-
uses: trufflesecurity/[email protected].5
439+
uses: trufflesecurity/[email protected].26
440440
with:
441441
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
442442
version: 3.77.0
@@ -473,7 +473,7 @@ jobs:
473473
run-unit-tests:
474474
name: test-unit-python3-${{ matrix.python-version }}
475475
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
476-
runs-on: ubuntu-22.04
476+
runs-on: ubuntu-24.04
477477
needs:
478478
- test-inventory
479479
strategy:
@@ -609,7 +609,7 @@ jobs:
609609
path: test-results/*
610610

611611
build:
612-
runs-on: ubuntu-22.04
612+
runs-on: ubuntu-24.04
613613
needs:
614614
- check-docs-changes
615615
- validate-custom-version
@@ -987,7 +987,7 @@ jobs:
987987
- build
988988
- test-inventory
989989
if: ${{ !cancelled() && needs.build.result == 'success' }}
990-
runs-on: ubuntu-22.04
990+
runs-on: ubuntu-24.04
991991
outputs:
992992
argo-server: ${{ steps.test-setup.outputs.argo-server }}
993993
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1116,7 +1116,7 @@ jobs:
11161116
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
11171117
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
11181118
container:
1119-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1119+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
11201120
env:
11211121
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
11221122
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1330,7 +1330,7 @@ jobs:
13301330
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
13311331
- name: Test Report
13321332
id: test_report
1333-
uses: dorny/test-reporter@v1.9.1
1333+
uses: dorny/test-reporter@v2.0.0
13341334
if: ${{ !cancelled() }}
13351335
with:
13361336
name: spl2 test report
@@ -1352,7 +1352,7 @@ jobs:
13521352
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
13531353
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
13541354
container:
1355-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1355+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
13561356
env:
13571357
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
13581358
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1543,7 +1543,7 @@ jobs:
15431543
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
15441544
- name: Test Report
15451545
id: test_report
1546-
uses: dorny/test-reporter@v1.9.1
1546+
uses: dorny/test-reporter@v2.0.0
15471547
if: ${{ !cancelled() }}
15481548
with:
15491549
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1623,7 +1623,7 @@ jobs:
16231623
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
16241624
marker: ${{ fromJson(inputs.ui_marker) }}
16251625
container:
1626-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1626+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
16271627
env:
16281628
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
16291629
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1821,7 +1821,7 @@ jobs:
18211821
${{ needs.setup.outputs.directory-path }}/argo-logs
18221822
- name: Test Report
18231823
id: test_report
1824-
uses: dorny/test-reporter@v1.9.1
1824+
uses: dorny/test-reporter@v2.0.0
18251825
if: ${{ !cancelled() }}
18261826
with:
18271827
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:
19011901
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
19021902
marker: ${{ fromJson(inputs.marker) }}
19031903
container:
1904-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1904+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
19051905
env:
19061906
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
19071907
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2097,7 +2097,7 @@ jobs:
20972097
${{ needs.setup.outputs.directory-path }}/argo-logs
20982098
- name: Test Report
20992099
id: test_report
2100-
uses: dorny/test-reporter@v1.9.1
2100+
uses: dorny/test-reporter@v2.0.0
21012101
if: ${{ !cancelled() }}
21022102
with:
21032103
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:
21762176
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
21772177
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
21782178
container:
2179-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2179+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
21802180
env:
21812181
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
21822182
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2372,7 +2372,7 @@ jobs:
23722372
${{ needs.setup.outputs.directory-path }}/argo-logs
23732373
- name: Test Report
23742374
id: test_report
2375-
uses: dorny/test-reporter@v1.9.1
2375+
uses: dorny/test-reporter@v2.0.0
23762376
if: ${{ !cancelled() }}
23772377
with:
23782378
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:
24512451
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
24522452
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
24532453
container:
2454-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2454+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
24552455
env:
24562456
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
24572457
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2636,7 +2636,7 @@ jobs:
26362636
${{ needs.setup.outputs.directory-path }}/argo-logs
26372637
- name: Test Report
26382638
id: test_report
2639-
uses: dorny/test-reporter@v1.9.1
2639+
uses: dorny/test-reporter@v2.0.0
26402640
if: ${{ !cancelled() }}
26412641
with:
26422642
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2714,7 +2714,7 @@ jobs:
27142714
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
27152715
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
27162716
container:
2717-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2717+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
27182718
env:
27192719
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
27202720
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2905,7 +2905,7 @@ jobs:
29052905
${{ needs.setup.outputs.directory-path }}/argo-logs
29062906
- name: Test Report
29072907
id: test_report
2908-
uses: dorny/test-reporter@v1.9.1
2908+
uses: dorny/test-reporter@v2.0.0
29092909
if: ${{ !cancelled() }}
29102910
with:
29112911
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)