Skip to content

Commit 3babae5

Browse files
chore(deps): update all dependencies
1 parent 8adf4a0 commit 3babae5

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
@@ -372,12 +372,12 @@ jobs:
372372
uses: fsfe/[email protected]
373373

374374
lint:
375-
runs-on: ubuntu-22.04
375+
runs-on: ubuntu-24.04
376376
steps:
377377
- uses: actions/checkout@v4
378378
- uses: actions/setup-python@v5
379379
with:
380-
python-version: "3.7"
380+
python-version: "3.13"
381381
- uses: pre-commit/[email protected]
382382

383383
review_secrets:
@@ -398,7 +398,7 @@ jobs:
398398
fetch-depth: "0"
399399
ref: ${{ github.head_ref }}
400400
- name: Secret Scanning Trufflehog
401-
uses: trufflesecurity/[email protected].5
401+
uses: trufflesecurity/[email protected].19
402402
with:
403403
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
404404
version: 3.77.0
@@ -435,7 +435,7 @@ jobs:
435435
run-unit-tests:
436436
name: test-unit-python3-${{ matrix.python-version }}
437437
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
438-
runs-on: ubuntu-22.04
438+
runs-on: ubuntu-24.04
439439
needs:
440440
- test-inventory
441441
strategy:
@@ -571,7 +571,7 @@ jobs:
571571
path: test-results/*
572572

573573
build:
574-
runs-on: ubuntu-22.04
574+
runs-on: ubuntu-24.04
575575
needs:
576576
- check-docs-changes
577577
- validate-custom-version
@@ -949,7 +949,7 @@ jobs:
949949
- build
950950
- test-inventory
951951
if: ${{ !cancelled() && needs.build.result == 'success' }}
952-
runs-on: ubuntu-22.04
952+
runs-on: ubuntu-24.04
953953
outputs:
954954
argo-server: ${{ steps.test-setup.outputs.argo-server }}
955955
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1078,7 +1078,7 @@ jobs:
10781078
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
10791079
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10801080
container:
1081-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1081+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
10821082
env:
10831083
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10841084
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1292,7 +1292,7 @@ jobs:
12921292
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
12931293
- name: Test Report
12941294
id: test_report
1295-
uses: dorny/test-reporter@v1.9.1
1295+
uses: dorny/test-reporter@v2.0.0
12961296
if: ${{ !cancelled() }}
12971297
with:
12981298
name: spl2 test report
@@ -1314,7 +1314,7 @@ jobs:
13141314
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
13151315
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
13161316
container:
1317-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1317+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
13181318
env:
13191319
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
13201320
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1505,7 +1505,7 @@ jobs:
15051505
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
15061506
- name: Test Report
15071507
id: test_report
1508-
uses: dorny/test-reporter@v1.9.1
1508+
uses: dorny/test-reporter@v2.0.0
15091509
if: ${{ !cancelled() }}
15101510
with:
15111511
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1585,7 +1585,7 @@ jobs:
15851585
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
15861586
marker: ${{ fromJson(inputs.ui_marker) }}
15871587
container:
1588-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1588+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
15891589
env:
15901590
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15911591
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1783,7 +1783,7 @@ jobs:
17831783
${{ needs.setup.outputs.directory-path }}/argo-logs
17841784
- name: Test Report
17851785
id: test_report
1786-
uses: dorny/test-reporter@v1.9.1
1786+
uses: dorny/test-reporter@v2.0.0
17871787
if: ${{ !cancelled() }}
17881788
with:
17891789
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
@@ -1863,7 +1863,7 @@ jobs:
18631863
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
18641864
marker: ${{ fromJson(inputs.marker) }}
18651865
container:
1866-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1866+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
18671867
env:
18681868
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18691869
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2059,7 +2059,7 @@ jobs:
20592059
${{ needs.setup.outputs.directory-path }}/argo-logs
20602060
- name: Test Report
20612061
id: test_report
2062-
uses: dorny/test-reporter@v1.9.1
2062+
uses: dorny/test-reporter@v2.0.0
20632063
if: ${{ !cancelled() }}
20642064
with:
20652065
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2138,7 +2138,7 @@ jobs:
21382138
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
21392139
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
21402140
container:
2141-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2141+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
21422142
env:
21432143
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
21442144
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2334,7 +2334,7 @@ jobs:
23342334
${{ needs.setup.outputs.directory-path }}/argo-logs
23352335
- name: Test Report
23362336
id: test_report
2337-
uses: dorny/test-reporter@v1.9.1
2337+
uses: dorny/test-reporter@v2.0.0
23382338
if: ${{ !cancelled() }}
23392339
with:
23402340
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2413,7 +2413,7 @@ jobs:
24132413
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
24142414
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
24152415
container:
2416-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2416+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
24172417
env:
24182418
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
24192419
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2598,7 +2598,7 @@ jobs:
25982598
${{ needs.setup.outputs.directory-path }}/argo-logs
25992599
- name: Test Report
26002600
id: test_report
2601-
uses: dorny/test-reporter@v1.9.1
2601+
uses: dorny/test-reporter@v2.0.0
26022602
if: ${{ !cancelled() }}
26032603
with:
26042604
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2676,7 +2676,7 @@ jobs:
26762676
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
26772677
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
26782678
container:
2679-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2679+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
26802680
env:
26812681
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
26822682
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2867,7 +2867,7 @@ jobs:
28672867
${{ needs.setup.outputs.directory-path }}/argo-logs
28682868
- name: Test Report
28692869
id: test_report
2870-
uses: dorny/test-reporter@v1.9.1
2870+
uses: dorny/test-reporter@v2.0.0
28712871
if: ${{ !cancelled() }}
28722872
with:
28732873
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)