Skip to content

Commit 67ccbef

Browse files
chore(deps): update all dependencies
1 parent 7fa642c commit 67ccbef

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
@@ -332,7 +332,7 @@ jobs:
332332
uses: fsfe/[email protected]
333333

334334
lint:
335-
runs-on: ubuntu-22.04
335+
runs-on: ubuntu-24.04
336336
steps:
337337
- uses: actions/checkout@v4
338338
- uses: actions/setup-python@v5
@@ -358,7 +358,7 @@ jobs:
358358
fetch-depth: "0"
359359
ref: ${{ github.head_ref }}
360360
- name: Secret Scanning Trufflehog
361-
uses: trufflesecurity/[email protected].5
361+
uses: trufflesecurity/[email protected].13
362362
with:
363363
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
364364
version: 3.77.0
@@ -393,7 +393,7 @@ jobs:
393393
run-unit-tests:
394394
name: test-unit-python3-${{ matrix.python-version }}
395395
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
396-
runs-on: ubuntu-22.04
396+
runs-on: ubuntu-24.04
397397
needs:
398398
- test-inventory
399399
strategy:
@@ -529,7 +529,7 @@ jobs:
529529
path: test-results/*
530530

531531
build:
532-
runs-on: ubuntu-22.04
532+
runs-on: ubuntu-24.04
533533
needs:
534534
- validate-custom-version
535535
- setup-workflow
@@ -904,7 +904,7 @@ jobs:
904904
- build
905905
- test-inventory
906906
if: ${{ !cancelled() && needs.build.result == 'success' }}
907-
runs-on: ubuntu-22.04
907+
runs-on: ubuntu-24.04
908908
outputs:
909909
argo-server: ${{ steps.test-setup.outputs.argo-server }}
910910
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
@@ -1033,7 +1033,7 @@ jobs:
10331033
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
10341034
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10351035
container:
1036-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1036+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
10371037
env:
10381038
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10391039
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1270,7 +1270,7 @@ jobs:
12701270
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
12711271
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
12721272
container:
1273-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1273+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
12741274
env:
12751275
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
12761276
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1541,7 +1541,7 @@ jobs:
15411541
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
15421542
marker: ${{ fromJson(inputs.ui_marker) }}
15431543
container:
1544-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1544+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
15451545
env:
15461546
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15471547
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1819,7 +1819,7 @@ jobs:
18191819
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
18201820
marker: ${{ fromJson(inputs.marker) }}
18211821
container:
1822-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
1822+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
18231823
env:
18241824
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18251825
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2094,7 +2094,7 @@ jobs:
20942094
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
20952095
marker: ${{ fromJson(inputs.ucc-modinput-marker) }}
20962096
container:
2097-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2097+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
20982098
env:
20992099
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
21002100
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2369,7 +2369,7 @@ jobs:
23692369
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
23702370
ta-version-from-upgrade: ${{ fromJson(inputs.upgrade-tests-ta-versions) }}
23712371
container:
2372-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2372+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
23732373
env:
23742374
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
23752375
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2632,7 +2632,7 @@ jobs:
26322632
splunk: ${{ fromJson(needs.meta.outputs.matrix_Splunk) }}
26332633
os: ${{ fromJson(inputs.scripted-inputs-os-list) }}
26342634
container:
2635-
image: ghcr.io/splunk/workflow-engine-base:4.1.0
2635+
image: ghcr.io/splunk/workflow-engine-base:5.0.0
26362636
env:
26372637
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
26382638
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}

0 commit comments

Comments
 (0)