Skip to content

Commit cc77691

Browse files
chore(deps): update all dependencies
1 parent f82aa27 commit cc77691

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ 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

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
uses: fsfe/[email protected]
332332

333333
lint:
334-
runs-on: ubuntu-22.04
334+
runs-on: ubuntu-24.04
335335
steps:
336336
- uses: actions/checkout@v4
337337
- uses: actions/setup-python@v5
@@ -357,7 +357,7 @@ jobs:
357357
fetch-depth: "0"
358358
ref: ${{ github.head_ref }}
359359
- name: Secret Scanning Trufflehog
360-
uses: trufflesecurity/[email protected].5
360+
uses: trufflesecurity/[email protected].13
361361
with:
362362
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
363363
version: 3.77.0
@@ -392,7 +392,7 @@ jobs:
392392
run-unit-tests:
393393
name: test-unit-python3-${{ matrix.python-version }}
394394
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
395-
runs-on: ubuntu-22.04
395+
runs-on: ubuntu-24.04
396396
needs:
397397
- test-inventory
398398
strategy:
@@ -528,7 +528,7 @@ jobs:
528528
path: test-results/*
529529

530530
build:
531-
runs-on: ubuntu-22.04
531+
runs-on: ubuntu-24.04
532532
needs:
533533
- validate-custom-version
534534
- setup-workflow
@@ -903,7 +903,7 @@ jobs:
903903
- build
904904
- test-inventory
905905
if: ${{ !cancelled() && needs.build.result == 'success' }}
906-
runs-on: ubuntu-22.04
906+
runs-on: ubuntu-24.04
907907
outputs:
908908
argo-server: ${{ steps.test-setup.outputs.argo-server }}
909909
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1032,7 +1032,7 @@ jobs:
10321032
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
10331033
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10341034
container:
1035-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1035+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
10361036
env:
10371037
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10381038
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1268,7 +1268,7 @@ jobs:
12681268
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
12691269
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
12701270
container:
1271-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1271+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
12721272
env:
12731273
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
12741274
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1539,7 +1539,7 @@ jobs:
15391539
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
15401540
marker: ${{ fromJson(inputs.ui_marker) }}
15411541
container:
1542-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1542+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
15431543
env:
15441544
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15451545
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1817,7 +1817,7 @@ jobs:
18171817
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
18181818
marker: ${{ fromJson(inputs.marker) }}
18191819
container:
1820-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1820+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
18211821
env:
18221822
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18231823
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2092,7 +2092,7 @@ jobs:
20922092
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
20932093
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
20942094
container:
2095-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2095+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
20962096
env:
20972097
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
20982098
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2367,7 +2367,7 @@ jobs:
23672367
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
23682368
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
23692369
container:
2370-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2370+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
23712371
env:
23722372
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
23732373
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2630,7 +2630,7 @@ jobs:
26302630
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
26312631
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
26322632
container:
2633-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2633+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
26342634
env:
26352635
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
26362636
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}

0 commit comments

Comments
 (0)