Skip to content

Commit 1980a42

Browse files
2 parents 0e9c5ba + 2960896 commit 1980a42

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
required: false
2424
description: "branch for k8s manifests to run the tests on"
2525
type: string
26-
default: "v3.0.0"
26+
default: "v3.0.2"
2727
secrets:
2828
GH_TOKEN_ADMIN:
2929
description: Github admin token
@@ -190,7 +190,7 @@ jobs:
190190
submodules: false
191191
persist-credentials: false
192192
- id: matrix
193-
uses: splunk/addonfactory-test-matrix-action@v1.13
193+
uses: splunk/addonfactory-test-matrix-action@v2.0.0
194194
- name: Combined Splunk and SC4S Versions
195195
id: combined_Splunkmatrix
196196
run: |
@@ -265,7 +265,7 @@ jobs:
265265
fetch-depth: "0"
266266
ref: ${{ github.head_ref }}
267267
- name: Secret Scanning Trufflehog
268-
uses: trufflesecurity/trufflehog@v3.77.0
268+
uses: trufflesecurity/trufflehog@v3.78.0
269269
with:
270270
extra_args: -x .github/workflows/exclude-patterns.txt --json --only-verified
271271
version: 3.77.0
@@ -911,7 +911,7 @@ jobs:
911911
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
912912

913913
container:
914-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
914+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
915915
env:
916916
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
917917
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1144,7 +1144,7 @@ jobs:
11441144
sc4s: ${{ fromJson(needs.meta.outputs.matrix_supportedSC4S) }}
11451145

11461146
container:
1147-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1147+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
11481148
env:
11491149
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
11501150
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1356,7 +1356,7 @@ jobs:
13561356
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedUIVendors) }}
13571357
marker: ${{ fromJson(inputs.ui_marker) }}
13581358
container:
1359-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1359+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
13601360
env:
13611361
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
13621362
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1589,7 +1589,7 @@ jobs:
15891589
vendor-version: ${{ fromJson(needs.meta.outputs.matrix_supportedModinputFunctionalVendors) }}
15901590
marker: ${{ fromJson(inputs.marker) }}
15911591
container:
1592-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1592+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
15931593
env:
15941594
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
15951595
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}
@@ -1818,7 +1818,7 @@ jobs:
18181818
splunk: ${{ fromJson(needs.meta.outputs.matrix_combinedSplunkversion) }}
18191819
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" ]
18201820
container:
1821-
image: ghcr.io/splunk/workflow-engine-base:4.0.0
1821+
image: ghcr.io/splunk/workflow-engine-base:4.1.0
18221822
env:
18231823
ARGO_SERVER: ${{ needs.setup.outputs.argo-server }}
18241824
ARGO_HTTP1: ${{ needs.setup.outputs.argo-http1 }}

0 commit comments

Comments
 (0)