Skip to content

Commit ab0d72f

Browse files
chore(deps): update all dependencies
1 parent 8057ca3 commit ab0d72f

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,12 @@ jobs:
369369
uses: fsfe/[email protected]
370370

371371
lint:
372-
runs-on: ubuntu-22.04
372+
runs-on: ubuntu-24.04
373373
steps:
374374
- uses: actions/checkout@v4
375375
- uses: actions/setup-python@v5
376376
with:
377-
python-version: "3.9"
377+
python-version: "3.13"
378378
- uses: pre-commit/[email protected]
379379

380380
review_secrets:
@@ -395,7 +395,7 @@ jobs:
395395
fetch-depth: "0"
396396
ref: ${{ github.head_ref }}
397397
- name: Secret Scanning Trufflehog
398-
uses: trufflesecurity/trufflehog@v3.88.5
398+
uses: trufflesecurity/trufflehog@v3.89.2
399399
with:
400400
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
401401
version: 3.77.0
@@ -432,7 +432,7 @@ jobs:
432432
run-unit-tests:
433433
name: test-unit-python3-${{ matrix.python-version }}
434434
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
435-
runs-on: ubuntu-22.04
435+
runs-on: ubuntu-24.04
436436
needs:
437437
- test-inventory
438438
strategy:
@@ -568,7 +568,7 @@ jobs:
568568
path: test-results/*
569569

570570
build:
571-
runs-on: ubuntu-22.04
571+
runs-on: ubuntu-24.04
572572
needs:
573573
- check-docs-changes
574574
- validate-custom-version
@@ -946,7 +946,7 @@ jobs:
946946
- build
947947
- test-inventory
948948
if: ${{ !cancelled() && needs.build.result == 'success' }}
949-
runs-on: ubuntu-22.04
949+
runs-on: ubuntu-24.04
950950
outputs:
951951
argo-server: ${{ steps.test-setup.outputs.argo-server }}
952952
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1075,7 +1075,7 @@ jobs:
10751075
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
10761076
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10771077
container:
1078-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1078+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
10791079
env:
10801080
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10811081
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1289,7 +1289,7 @@ jobs:
12891289
spl2_tests_run cli -o log_cli=true --log-cli-level=INFO --verbose --junitxml test-results/report.xml
12901290
- name: Test Report
12911291
id: test_report
1292-
uses: dorny/test-reporter@v1.9.1
1292+
uses: dorny/test-reporter@v2.1.0
12931293
if: ${{ !cancelled() }}
12941294
with:
12951295
name: spl2 test report
@@ -1311,7 +1311,7 @@ jobs:
13111311
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
13121312
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
13131313
container:
1314-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1314+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
13151315
env:
13161316
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
13171317
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1502,7 +1502,7 @@ jobs:
15021502
${{ needs.setup.outputs.directory-path }}/test-results/cim-compliance-report.md
15031503
- name: Test Report
15041504
id: test_report
1505-
uses: dorny/test-reporter@v1.9.1
1505+
uses: dorny/test-reporter@v2.1.0
15061506
if: ${{ !cancelled() }}
15071507
with:
15081508
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} test report
@@ -1582,7 +1582,7 @@ jobs:
15821582
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
15831583
marker: ${{ fromJson(inputs.ui_marker) }}
15841584
container:
1585-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1585+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
15861586
env:
15871587
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15881588
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1780,7 +1780,7 @@ jobs:
17801780
${{ needs.setup.outputs.directory-path }}/argo-logs
17811781
- name: Test Report
17821782
id: test_report
1783-
uses: dorny/test-reporter@v1.9.1
1783+
uses: dorny/test-reporter@v2.1.0
17841784
if: ${{ !cancelled() }}
17851785
with:
17861786
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.browser }} ${{ matrix.vendor-version.image }} test report
@@ -1860,7 +1860,7 @@ jobs:
18601860
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
18611861
marker: ${{ fromJson(inputs.marker) }}
18621862
container:
1863-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1863+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
18641864
env:
18651865
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18661866
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2056,7 +2056,7 @@ jobs:
20562056
${{ needs.setup.outputs.directory-path }}/argo-logs
20572057
- name: Test Report
20582058
id: test_report
2059-
uses: dorny/test-reporter@v1.9.1
2059+
uses: dorny/test-reporter@v2.1.0
20602060
if: ${{ !cancelled() }}
20612061
with:
20622062
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2135,7 +2135,7 @@ jobs:
21352135
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
21362136
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
21372137
container:
2138-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2138+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
21392139
env:
21402140
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
21412141
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2331,7 +2331,7 @@ jobs:
23312331
${{ needs.setup.outputs.directory-path }}/argo-logs
23322332
- name: Test Report
23332333
id: test_report
2334-
uses: dorny/test-reporter@v1.9.1
2334+
uses: dorny/test-reporter@v2.1.0
23352335
if: ${{ !cancelled() }}
23362336
with:
23372337
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} ${{ matrix.marker }} test report
@@ -2410,7 +2410,7 @@ jobs:
24102410
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
24112411
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
24122412
container:
2413-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2413+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
24142414
env:
24152415
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
24162416
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2595,7 +2595,7 @@ jobs:
25952595
${{ needs.setup.outputs.directory-path }}/argo-logs
25962596
- name: Test Report
25972597
id: test_report
2598-
uses: dorny/test-reporter@v1.9.1
2598+
uses: dorny/test-reporter@v2.1.0
25992599
if: ${{ !cancelled() }}
26002600
with:
26012601
name: splunk ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }} ${{ env.TEST_TYPE }} ${{ matrix.vendor-version.image }} test report
@@ -2673,7 +2673,7 @@ jobs:
26732673
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
26742674
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
26752675
container:
2676-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2676+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
26772677
env:
26782678
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
26792679
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2864,7 +2864,7 @@ jobs:
28642864
${{ needs.setup.outputs.directory-path }}/argo-logs
28652865
- name: Test Report
28662866
id: test_report
2867-
uses: dorny/test-reporter@v1.9.1
2867+
uses: dorny/test-reporter@v2.1.0
28682868
if: ${{ !cancelled() }}
28692869
with:
28702870
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)