Skip to content

Commit 9058e27

Browse files
chore(deps): update all dependencies
1 parent 9b8fb85 commit 9058e27

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: apache/skywalking-eyes@v0.4.0
23+
- uses: apache/skywalking-eyes@v0.5.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ jobs:
10211021
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
10221022
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
10231023
container:
1024-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
1024+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
10251025
env:
10261026
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
10271027
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1243,7 +1243,7 @@ jobs:
12431243
splunk: ${{ fromJson(needs.meta.outputs.matrix_latestSplunk) }}
12441244
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
12451245
container:
1246-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
1246+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
12471247
env:
12481248
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
12491249
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1444,7 +1444,7 @@ jobs:
14441444
browser: [ "chrome","firefox" ]
14451445
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
14461446
container:
1447-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
1447+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
14481448
env:
14491449
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
14501450
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1653,7 +1653,7 @@ jobs:
16531653
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
16541654
marker: ${{ fromJson(inputs.marker) }}
16551655
container:
1656-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
1656+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
16571657
env:
16581658
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
16591659
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1872,7 +1872,7 @@ jobs:
18721872
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
18731873
os: [ "ubuntu:14.04", "ubuntu:16.04","ubuntu:18.04","ubuntu:22.04", "centos:7", "redhat:8.0", "redhat:8.2", "redhat:8.3", "redhat:8.4", "redhat:8.5" ]
18741874
container:
1875-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
1875+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
18761876
env:
18771877
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18781878
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2087,7 +2087,7 @@ jobs:
20872087
splunk: ${{ fromJson(needs.meta.outputs.matrix_supportedSplunk) }}
20882088
os: [ "ubuntu:22.04", "centos:7","redhat:8.5" ]
20892089
container:
2090-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
2090+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
20912091
env:
20922092
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
20932093
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -2300,7 +2300,7 @@ jobs:
23002300
matrix:
23012301
splunk: ${{ fromJson(needs.meta.outputs.matrix_latestSplunk) }}
23022302
container:
2303-
image: ghcr.io/splunk/workflow-engine-base:2.0.3
2303+
image: ghcr.io/splunk/workflow-engine-base:2.0.12
23042304
env:
23052305
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
23062306
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}

0 commit comments

Comments
 (0)